Radio

Radio buttons present mutually exclusive choices with Material 3 state styling and accessible native form semantics.

Checked: false

Props

NameDescriptionDefaultControl
disabledOptional

Whether the radio is disabled.

boolean | undefined
false
nameOptional

Name attribute for the native radio input.

string | undefined
-
-
valueOptional

Value attribute for the native radio input.

string | undefined
-
-
ariaLabelOptional

ARIA label forwarded to the native radio input.

string | undefined
-
-
checkedRequired

-

boolean
-

Events

NameTypeDescription
update:checked[value: boolean]-

Slots

NameParametersDescription
default-Optional label content rendered next to radio.

Default

Checked: false

States