Hi, I have nodes all built on server side and have forceinit set to false. Now due to some complex third state of the check box mechanism (if some sub nodes are checked is shows two check marks) I need to iterate through nodes collection to collect nodes that are checked. But since force init is set to false, i need to have a way to initialize nodes of the particular branch, before processing them. How do I do that from java script?