RadioGroupItem
Overview
A single radio button within a RadioGroup, rendering a circular indicator when selected and forwarding all native radio props to the underlying primitive.
Theme entry: RadioGroupItem
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. | |
| value | string|number|boolean|object | undefined | The value submitted with form data when this item is selected. | |
| disabled | boolean | false | When true, prevents interaction with this radio item. | |
| id | string | undefined | The id attribute for the underlying input element. | |
| as | string|object | "button" | The element or component to render as. | |
| asChild | boolean | false | When true, merges props onto the child element instead of rendering a wrapper. | |
| name | string | undefined | The name submitted with form data. | |
| required | boolean | false | When true, the item is required. |
Slots
default
Slot.
Source
client/lib/controls/radio-group/RadioGroupItem.vue