RadioGroup
Single choice from a list.
Loading…
Single choice from a list.
Loading…
Single choice from a short list — export format, blend mode, output size preset.
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Group label. |
| value | string | — | Selected option value. |
| onValueChange | (value: string) => void | — | Change handler. |
| options | RadioOption[] | — | Options with value, label, optional disabled. |
| orientation | "horizontal" | "vertical" | vertical | Layout direction. |
| className | string | — | Optional CSS class. |
Also copy lib/utils.ts (cn helper):