modifyCheckBox abstract method

void modifyCheckBox(
  1. int row,
  2. String col,
  3. bool checked
)

Implementation

void modifyCheckBox(int row, String col, bool checked);