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

Enabled

configuration

Sets the enabled state of all checkboxes in the CheckBoxGroup.

enabled

Boolean

Default: true

<ul id="checkboxgroup"></ul>

<script>
    $("#checkboxgroup").kendoCheckBoxGroup({
        enabled: false,
        items: [ "one", "two", "three" ]
    });
</script>
Not finding the help you need?
Contact Support