Installation
Examples
Billing plan
Radio options with label and description.
Horizontal layout
Options laid out side-by-side.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Controlled selected value. |
| onValueChange | (v: string) => void | — | Called on selection change. |
| orientation | 'horizontal'|'vertical' | 'vertical' | Layout of options. |
| disabled | boolean | false | Disables all radio buttons. |