Skip to content
On this page

VRadioGroup

Props

NameTypeDescription
labelstringIndicates the group's label.
readonlybooleanWhen true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly
disabledbooleanDisables the radio group and child radios.
namestringThe name of the radio group. Setting this value will set the name value for all child radio elements.
valuestringThe value of the checked radio
orientationEnum:
horizontal
vertical
horizontal
vertical
The orientation of the group

Events

NameEvent TypeDescription
changeCustomEvent<undefined>Fires a custom 'change' event when the value changes

Slots

NameDescription
defaultDefault slot.

Methods

NameTypeDescription
nameChanged() => void