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

Value

configuration

The selected (checked) checkboxes values. Will also be used as a CheckBoxGroup widget value.

value

Array

Default: []

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

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