Check (CheckBox) Methods (inherits Item)

void setChecked ( number row, bool check )

Set checked state

Checks or unchecks the check box. If the check argument is any true value, the box is checked; otherwise it is unchecked.

bool isChecked ( number row )

Test checked state

Returns a true value if the checkbox is checked, and a false value otherwise.