How to set values for elements of the “treecheckbox”:
...
grid = new webix.ui({
...
columns:[
...
{ id:"label", header:"Stores", width:250,
template:"{common.space()}{common.icon()}{common.treecheckbox()}{common.folder()} #label#"
//template:"{common.space()}{common.icon()}{common.folder()} #label#"
}
...
],
.....
ready:function() {
this.checkItem(?);
Where to get IDs of grid data ?
}