Check documentation for the latest version of dhtmlxSuite isCheckboxEnabled DHTMLX Docs

isCheckboxEnabled

checks if the item's checkbox is enabled

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

Example

var isEnabled = myTreeView.isCheckboxEnabled(id);

See also
Back to top