SMART datagrid v.1 > Classes > CheckCellRenderer
If editable is true and this property is true, you can change the value by double clicking the mouse. At this point, it will not be changed by clicking the mouse.
Defaults to false.
grid.setColumns([{
name: "Shipping",
fieldName: "Shipping",
renderer: {
type: "check",
editable: true,
dblClickEditable: true
}
},
...
]);