react-checkbox-tree
react-checkbox-tree copied to clipboard
halfCheck for a node
Currently, here are my use-cases:
- When I select a Parent, the children will not be selected.
- If I select a child, its ancestors will have a halfCheck.
- If I select a halfCheck, it will turn into a check instead.
This is somewhat the same with #183. Thanks