SMART datagrid v.1 > Classes > CheckBar
If it is false, when exclusive is true, it will display check bar cells with check box rather than radio box.
Defaults to true.
$('#exclusiveDisplay').click(function (ev) {
grid.checkBar().setExclusiveDisplay(ev.target.checked);
});