Primitives
Radio
A radio group for single-option selection with accessible keyboard navigation.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| options | RadioOption[] | - | Array of { value, label, description? } items. |
| value | string | - | Currently selected value. |
| onChange | (value: string) => void | - | Fired when selection changes. |
| name | string | - | HTML name attribute for the group. |