Radios allow the user to select only one option from a set.
horizontal
error
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | The text label for the Radio. |
value | String | false | - | The form value for this Radio button. |
name | String | false | - | The name to be shared among Radio buttons in a group. |
checked | Bool | false | - | Whether the Radio button is currently checked. |
onChange | Func | false | - | Event called when the Radio button value should be toggled. |