react-tree-menu icon indicating copy to clipboard operation
react-tree-menu copied to clipboard

Propagating a child node's checkbox value to ancestor nodes

Open wentaoxu415 opened this issue 8 years ago • 0 comments

As of now, toggling a parent node to be true would toggle all of its children nodes to be also true. However, I would like to propagate a child node's checkbox value back to its ancestor nodes. For example, in your Dynamic (object) demo, toggling Sub-Sub Option 1 to be true should also toggle Sub-Option 1 and Option 1 to be true.

wentaoxu415 avatar Jul 05 '16 22:07 wentaoxu415