Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

File metadata and controls

26 lines (19 loc) · 1.03 KB
title page_title description slug canonicalLink position
Checked State
Checked State - Switch - Kendo UI for Vue
Indicate and render the Kendo UI Switch as checked when using the Kendo UI Switch wrapper for Vue.
checked_state_switch_wrapper
2

Checked State

The Switch displays two exclusive options through its checked or unchecked state.

To configure the initial state of the Switch, set its checked option.

{% meta height:100 %} {% embed_file switch/check-state/main.vue preview %} {% embed_file switch/check-state/main.js %} {% endmeta %}

Suggested Links