jakezatecky/react-checkbox-tree

checked parent programatically

niku2021 opened this issue · 0 comments

I have checked my values using below code

checked[0]="Earth";

image

This worked fine. But if its have children then its not working.

Do you have any suggestions to fix this