bcgov / bcgov/react-shared-components
Ability to set default radio button in Radio component.
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
There is currently no way to set a default radio button in the Radio component. This is because the defaultChecked property of the radio input tag is not exposed as a prop in the component.
**Describe the solution you'd like**
I would like to expose this input tag attribute as a prop in the component so that a default radio button can be set by the developer.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.