enable Boolean(default: true)

If set to false the widget will be disabled and will not allow the user to change its checked state. The widget is enabled by default.

    <div data-role="view">
        input
    </div>


    <script>
        var app = new kendo.mobile.Application();
    </script>
In this article