Hi Eduardo,
I want to keep the child or parent node's checked status independent of selected node. Basically, if I check or uncheck a node it should not affect it's parent node or child node. I have kept the attribute zTreeSettingsCheck.chkBoxType as 'False' but still it's not not working. The parent node is getting greyed out along with checked on selection of any child node. I am using the Lazy Loading Technique as I have thousands of records to load on the tree.
Could you please help me on this.