New to Kendo UI for Vue? Start a free 30-day trial
Controlled Mode
By default, the Checkbox is in an uncontrolled state.
The Kendo UI for Vue Checkbox provides options for controlling the Value and Checked state. It supports setting it's boolean value using either value or checked prop. Note that if you provide both props, the value prop will be passed to the underlying input element.
Controlling the Value
To manage the value of the Checkbox you have two options:
- Use
v-modeland assign the value to it.
or:
Change Theme
Theme
Loading ...
Controlling the Checked state
To manage the checked state of the Checkbox:
- Use
v-modeland assign the value to it you have two options.
or:
Change Theme
Theme
Loading ...