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

Readonly

methods

Changes the read-only state of the Switch.

Parameters:readonlyBoolean

Defines whether the Switch will render in its read-only state.

<input id="switch" />

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