Radio button
Radio buttons allow users to select a single option from a list of mutually exclusive options.
| Property | Type | Values | Default | Required | Description |
|---|---|---|---|---|---|
| state | string | default, hover, down, keyboard focus | default | No | - |
| isSelected | boolean | - | false | No | - |
| isEmphasized | boolean | - | false | No | - |
| label | string | - | - | No | The text displayed next to a radio button. |