My objective is to build a check box node tree with the following features .
Nodes : There will be 2 types of nodes all over the tree .
1 . Parent Nodes
2 . Child Nodes
All the nodes are check box nodes . The parent nodes need to have an additional folder like icon , in addition to the check box.And all the check boxes must be editable More than one check box must be checkable at a time .
What is the best possible approach that i can take ?