Skip to content

fix(radio): persist checked state when items are updated in radio-group #6635

fix(radio): persist checked state when items are updated in radio-group

fix(radio): persist checked state when items are updated in radio-group #6635

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3