Radio
A basic Radio form input.
It is supposed to be used together with RadioGroup.
Props
Name | Type | Default | Description |
|---|---|---|---|
autoFocus | bool | Sets autoFocus. | |
disabled | bool | Sets disabled. | |
label | string | The label text. | |
required | bool | Sets required. | |
value | string | The controlled value. |