checkThisBox

The checkThisBox method cheks or unchecks the widget.

 

Syntax

checkThisBox(System.Int32 nWidget,  bCheckIt);

 

Parameters

nWidget

Index of the widget.

bCheckIt

[Optional] State of checking.

 

Remarks

Member of field.

 

Example

var obj = this.getField("acCheckBox1");
obj.checkThisBox(0, true);