I found strange behavior in checkbox fields in datatable.
http://webix.com/snippet/7679bdf5
The data setup as boolean values, but when I click checkbox data have number values.
You can set the checkValue and uncheckValue properties, if you prefer different results. ( by default checkValue = 1 and uncheckValue = 0 )