SMART datagrid v.1 > Classes > CheckBar
If it is true, check mark will also be displayed in Group Rows which are not data row, and the user can click check cell to change Checked state.
Defaults to true.
$('#showGroup').click(function (ev) {
grid.checkBar().setShowGroup(ev.target.checked);
});