New to Kendo UI for jQueryStart a free 30-day trial

Check

methods

Gets or sets the checked state of the Switch.

Parameters:checkBoolean

Checks or unchecks the Switch.

Returns:Boolean

- The checked state of the Switch.

<input id="switch" />

<script>
    var switchInstance = $("#switch").kendoSwitch().data("kendoSwitch");
    switchInstance.check(true);
</script>
Not finding the help you need?
Contact Support