Radio
Radio buttons present mutually exclusive choices with Material 3 state styling and accessible native form semantics.
Checked: false
Props
| Name | Description | Default | Control |
|---|---|---|---|
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
| Name | Type | Description |
|---|---|---|
update:checked | [value: boolean] | - |
Slots
| Name | Parameters | Description |
|---|---|---|
default | - | Optional label content rendered next to radio. |
Default
Checked: false