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

Enable

methods

Changes the enabled state of the CheckBoxGroup and all its checkboxes.

Parameters:enableBoolean

Enables or disables the CheckBoxGroup.

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

<script>
    $("#checkboxgroup").kendoCheckBoxGroup({
        items: [ "one", "two", "three" ]
    });

    var checkGroup = $("#checkboxgroup").getKendoCheckBoxGroup();
    checkGroup.enable(false);
</script>
Not finding the help you need?
Contact Support