RadioGroup
Single-select group. Renders ARIA radiogroup with Arrow key navigation.
Basic usage
Plan
Button style
API
Props
| Name | Type | Default | Description |
|---|---|---|---|
value | RadioValue | null | — |
options | Array | () => [] | — |
label | string | "" | — |
assistiveText | string | "" | — |
alertMessage | string | "" | — |
state | DataEntryState | "default" | — |
alignment | RadioGroupAlignment | "flex" | — |
disabled | boolean | false | — |
hue | EpHue | "information" | — |
size | EpSize | undefined | — |
ariaLabel | string | undefined | — |
name | string | undefined | — |
optionType | RadioOptionType | "default" | — |
buttonStyle | RadioButtonStyle | "outline" | — |
Events
| Event | Payload | Description |
|---|---|---|
update:value | {"names":["RadioValue"]} | — |
change | {"names":["RadioValue"]} | — |
Slots
| Slot | Scope | Description |
|---|---|---|
default | — | — |
