Skip to content

Files

Latest commit

 

History

History
39 lines (27 loc) · 1.41 KB

File metadata and controls

39 lines (27 loc) · 1.41 KB
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

Switch Overview

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.

Basic Usage

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 %}

Functionality and Features

  • [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 %})

Suggested Links