Radio
Radio buttons for single selection from a list.
Default
Plan
RadioGroup Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Group label |
| description | string | — | Helper text |
| errorMessage | string | — | Error message |
| children | ReactNode | required | Radio elements |
| className | string | — | Additional CSS classes |
Radio Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Radio label content |
| value | string | required | Value for the radio option |