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

Read-Only Switch

By default, the Switch is in an active state.

The following example demonstrates how to render the Switch in its read-only state.

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

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

See Also

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