Back to Radio
View full API on Radio
Radio
Labeled options
Three newsletter options composed with Radio inside RadioGroup.
One email every morning.
Highlights once a week.
Only account notifications.
API
| Prop | Type | Default | Description |
|---|---|---|---|
| value* | string | — | Option value within the parent RadioGroup. |
| text* | React.ReactNode | — | Inline label beside the radio control. |
| helpText | React.ReactNode | — | Option-level help text. |
| controlPosition | "start" | "end" | start | Inline-start/end placement. |
| disabled | boolean | — | Disables this option. |