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

Enable

methods

Changes the enabled state of the Switch.

Parameters:enableBoolean

Enables or disables the Switch.

<input id="switch" />

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