unchecks the checkbox in the tree item
id | string | the id of an item to uncheck |
tree = webix.ui({
view:"tree",
template:"{common.icon()} {common.folder()} {common.checkbox()} #value#",
...
});
tree.uncheckItem('node1'); //'node1' is the item id