uncheckItem

unchecks the checkbox in the tree item

void uncheckItem(string id);
idstringthe id of an item to uncheck

Example

tree = webix.ui({
    view:"tree",
    template:"{common.icon()} {common.folder()} {common.checkbox()} #value#",
    ...
});
tree.uncheckItem('node1'); //'node1' is the item id

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix widget library and page of tree visualization javascript product.