Dhtmlx tree checkbox

Is it possible that only some tree nodes will have checkboxes?

Yes, it is possible.

You can use the “nocheckbox” attribute in the
xml:
 
    <item nocheckbox=“1” …
 
Moreover you can use showItemCheckbox method to
hide/show checkbox:
 
    tree.showItemCheckbox(id,false);