Radio
Standard radio buttons with bouncy physics and generous Fitts's law hit areas.
Default
A simple radio button. Note the expanded hover area.
Radio Group
Group radio buttons together horizontally or vertically.
Vertical (Default)
Lines items up with a clean gap.
Horizontal
Wraps if space constrains.
MayaRadio Props API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
modelValue | String | Number | Boolean | undefined | The currently selected value of the group. Used with v-model. |
value | String | Number | Boolean | (Required) | The specific value of this radio button. |
name | String | "" | The native name attribute for grouping. |
label | String | "" | Optional text label displayed next to the radio button. |
disabled | Boolean | false | Whether the radio button is disabled. |
@update:modelValue | Event | — | Emitted when the radio is selected. |
#default | Slot | — | Default slot to render custom label content. |