jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checked parent programatically

niku2021 opened this issue · 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