Assuming that you mean after all the nodes have been added, you would have
to do a recursive read of all the nodes and set them to checked = false.
I am sure if you google you will find the recursive code for getting all
the nodes , (I do have a routine to do that but searching for it has not
worked to find that).
If you want to set them to checked = false when you load them, then you
must create a node and set it to unchecked and then add it as you would
normally do.
Lloyd Sheen