Check documentation for the latest version of dhtmlxSuite isItemChecked DHTMLX Docs

isItemChecked

gets the state of the node's checkbox

boolean isItemChecked(string|number itemId);
itemIdstring|numberthe node's id
booleantrue|false for the checked|unchecked state

Example

var checkState = myTree.isItemChecked(itemId);

Related samples

See also
Back to top