Is it posssible to show check box on a tree for child nodes

Hi,

Is it posssible to show check box on a tree for child nodes of specific id?
I am having an requirement that, on click of parent node display check boxes infront of child nodes only.

if yes, kindly please let me know the appraoch
If no, can you provide me a way to implement

Let me know your feedback.

Thanks in adavance.

Hi
Use the next approach:

dhxTree.enableCheckBoxes(false, true); dhxTree.loadXML("tree.xml", function(){ dhxTree.showItemCheckbox(id, true); });