Check documentation for the latest version of dhtmlxSuite isCheckboxVisible DHTMLX Docs

isCheckboxVisible

checks if the item's checkbox is visible

boolean isCheckboxVisible(string|number id);
idstring|numberthe item's id
booleantrue, if the checkbox is visible

Example

var isVisible = myTreeView.isCheckboxVisible(id);

See also
Back to top