DmRadioGroup
Updated Aug 18, 2026
DataMagik Application DesignerDmRadioGroup
A REAL <fieldset>/<legend>, not a div with a label.
States
default
Example
<DmRadioGroup />
Props
| Name | Type | Required | Default |
|---|---|---|---|
modelValue | string | number | null | null | |
options | DmOptionsSource<string | number> | () => [] | |
label | string | undefined | |
help | string | undefined | |
error | string | undefined | |
name | string | undefined | |
required | boolean | false | |
disabled | boolean | false | |
inline | boolean | false |
Events
update:modelValue