Skip to content

checkboxRefresh

controls behavior of checkbox editors in a grid

let checkboxRefresh: boolean
webix.grid({
checkboxRefresh:true
});

also check the next samples:

If set to true, then after checkbox state changing, the row will be repainted.