RadioGroup
A set of radio buttons that allows users to select a single option from a list.
Basic Usage
Basic RadioGroup
Selected: option1
Disabled Items
Disabled Radio Items
API Reference
RadioGroup
| Prop | Type | Default |
|---|---|---|
value | string | - |
disabled | boolean | false |
RadioGroupItem
| Prop | Type | Default |
|---|---|---|
value | string (required) | - |
disabled | boolean | false |
id | string | - |