title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Overview |
Switch Overview - Components - Kendo UI for Vue |
Get an overview of the features the Kendo UI Switch wrapper for Vue delivers and use the component in Vue projects. |
overview_switch_wrapper |
1 |
The Switch enables the user to toggle between checked and unchecked states, and displays exclusive choices.
The Switch wrapper for Vue is a client-side wrapper for Kendo UI Switch widget.
The following example demonstrates the Switch in action.
{% meta height:100 %} {% embed_file switch/basic/main.vue preview %} {% embed_file switch/basic/main.js %} {% endmeta %}
- [Checked state]({% slug checked_state_switch_wrapper %})
- [Labels]({% slug labels_switch_wrapper %})
- [Keyboard navigation]({% slug keyboard_navigation_switch_wrapper %})
- [RTL support]({% slug right_to_left_support_switch_wrapper %})