RadioGroup
Usage
Use a v-model
to make the RadioGroup reactive.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Alternatively, you can use individual Radio components:
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
uiRadio
prop.Legend
Use the legend
prop to add a legend to the RadioGroup.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Style
Use the color
prop to change the style of the RadioGroup.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Disabled
Use the disabled
prop to disable the RadioGroup.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
disabled
field in the options
to disable a specific Radio.Label
Use the label
prop to display a label on the right of the Radio.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Required
Use the required
prop to display a red star next to the label of the Radio.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Help
Use the help
prop to display some text under the Radio.
Please choose one
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Slots
label
Use the #label
slot to override the label of each option.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Alternatively, you can do the same with individual Radio:
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
help
Like the #label
slot, use the #help
slot to override the content of the help text.
legend
Use the #legend
slot to override the content of the legend.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Props
null
null
null
config.default.color
{}
null
null
null
null
false
false
Config
ui
prop to override the radio group config and the uiRadio
prop to override the radio config.{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }