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

Enabled

configuration

If set to false, the Switch will be disabled and will not allow the user to change its checked state.

enabled

Boolean

Default: true

<input id="switch" />

<script>
    $("#switch").kendoSwitch({
        enabled: false
    });
</script>
Not finding the help you need?
Contact Support