columns: [
{
data: 'ch',
type: 'checkbox',
checkedTemplate: 'yes',
uncheckedTemplate: 'no'
}]
If you want to make checkbox like this.. you might thought select all checkbox with obj.setDataAtCell(row, col, "yes");