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

Enabled

configuration

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

enabled

Boolean

Default: true

<input id="checkbox" />

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