title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
RTL Support |
RTL Support - Switch - Kendo UI for Vue |
Use the k-rtl class to activate the right-to-left (RTL) support of the Kendo UI Switch wrapper for Vue. |
right_to_left_support_switch_wrapper |
5 |
You can activate the right-to-left functionality by adding the k-rtl
class to the container of the Switch.
The following example demonstrates how to utilize the RTL support for the Switch.
{% meta height:100 %} {% embed_file switch/rtl/main.vue preview %} {% embed_file switch/rtl/main.js %} {% endmeta %}