Skip to content

RadioGroup

Single-select group. Renders ARIA radiogroup with Arrow key navigation.

Basic usage

Plan
Example

Button style

API

Props

NameTypeDefaultDescription
valueRadioValuenull
optionsArray() => []
labelstring""
assistiveTextstring""
alertMessagestring""
stateDataEntryState"default"
alignmentRadioGroupAlignment"flex"
disabledbooleanfalse
hueEpHue"information"
sizeEpSizeundefined
ariaLabelstringundefined
namestringundefined
optionTypeRadioOptionType"default"
buttonStyleRadioButtonStyle"outline"

Events

EventPayloadDescription
update:value{"names":["RadioValue"]}
change{"names":["RadioValue"]}

Slots

SlotScopeDescription
default

Released under the MIT License. Built with VitePress.