New to Kendo UI for Vue? Start a free 30-day trial
Controlled Mode
Updated over 1 year ago
By default, the Switch is in an uncontrolled state.
To manage the state of the Switch, use its checked property, handle the onChange event, and pass the new value through the props.
Loading ...
Manual Switch Toggle
The following example demonstrates how to manually toggle the Switch.
Loading ...
Read-Only Switch
The following example demonstrates how to implement a read-only Switch.
Loading ...