This example demonstrates use of checkbox selection.
Checkboxes and consequently row selections can be programmatically checked/ unchecked by
- Checkbox(dataIndx).checkNodes() method ( new in v5.2.0 )
- updateRow() method
- Row selection API ( only when row selections are bound to checkboxes as in this example )