SMART datagrid v.1 > Classes > GridBase
If return true, you can click CheckBar cell of Row specified by parameter row to change the checked state of grid row.
You can change this state value through setCheckable method.
if (grid.isCheckable(0)) {
grid.setCheckRow(0, true);
}