Hi I am referring to dhtmlxtree with checkboxes. How c


You can use “onCheck” event of tree to detect the moment when item checked | unchecked, or use
         tree.getAllChecked()
To get list of all checked items. Such data can be sent to server in any possible way.