Controlled Mode
The RadioGroup provides options for controlling the checked state. It supports setting it's boolean value using value
prop to the underlying input
element.
Controlling the Checked and Disabled states
To manage the checked state of the Radio buttons in a RadioGroup you have two options:
- Use
v-model
and assign the value to it.
or: