Use setControlValue(boolean) check/uncheck the checkbox.
obj.setControlValue(true);
obj.setControlValue(false);
obj.setControlValue("mixed");
Back to checkbox examples, all examples