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

Disabled Switch

By default, the Switch is enabled.

The following example demonstrates how to disable the Switch.

html
<input type="checkbox" id="switch" />

<script>
    var switchInstance = $("#switch").kendoSwitch({
            enabled: false
        });
</script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support