Toggle theme
The Radio component is controlled component input field that handles user events. For more on controlled components see here
All props, except for extend
, will be passed through.
Name | Description | Type | Default Value |
---|---|---|---|
checked | bool | n/a | |
id | string | n/a | |
isValid | bool | n/a | |
label | The label text that is associated with the radio button. | string | '' |
name | Should be the same for all radio buttons belonging to same group. | string | n/a |
onChange | func | n/a | |
value | Value of the radio button. | string | n/a |