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

Enable

methods

Changes the enabled state of the CheckBox.

Parameters:enableBoolean

Enables or disables the CheckBox.

<input id="checkbox" />

<script>
    var checkboxInstance = $("#checkbox").kendoCheckBox().data("kendoCheckBox");
    checkboxInstance.enable(false);
</script>
Not finding the help you need?
Contact Support