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

Readonly

configuration

If set to true, the Switch will render into its read-only state.

readonly

Boolean

Default: false

<input id="switch" />

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