What is the proper procedure to create a tree with check boxes?
I started by setting IsCheckBox and IsChecked to True for each child and parent node but this didn't show check boxes.
So, I set DefaultNodeType.IsCheckBox = True and it worked. Is this the correct way to get a tree with check boxes?