The checkThisBox method cheks or unchecks the widget.
checkThisBox(System.Int32 nWidget, bCheckIt);
nWidget
Index of the widget.
bCheckIt
[Optional] State of checking.
Member of field.
var obj = this.getField("acCheckBox1");
obj.checkThisBox(0, true);