New to Kendo UI for Vue? Start a free 30-day trial

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:

  1. Use v-model and assign the value to it.

or:

  1. Use its value property.
  2. Handle the onChange event.
  3. Pass the new value through the props.
Example
View Source
Change Theme: