A composable group of radio buttons for single-selection. Manages shared state across all items.
Import all parts of the component and piece them together
The root RadioGroup component.
| Prop | Type | Default |
|---|---|---|
name | string | -- |
value | string | -- |
defaultValue | string | -- |
disabled | boolean | false |
onValueChange | function | -- |