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

Check

methods

Gets or sets the checked state of the CheckBox.

Parameters:checkBoolean

Checks or unchecks the CheckBox.

Returns:Boolean

- The checked state of the CheckBox.

<input id="checkbox" />

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