react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
**Describe the bug** In Chrome ,can only see plan black outlines where the checkboxes/icons shd be . In Explorer, cant the **Reproduction steps** Have tried this import CheckboxTree from 'react-checkbox-tree';...
When we create a node and define children array as an empty array the node is treated as parent node but does not have any child now when we try...
How can we select all the nodes. Can we have a button say "Select All" which can select all the nodes at the click(and may be a select none button)
Now I am having this tree  I would like to add the node ```API``` and ```Reports``` into the checked array. Notice that: + I made ```checkModel``` props as "all"...
Hello, Great component!! I have a question and if there is no answer then... i have a feature request. Are we able to pre-select the checkboxes on load? This behaviour...
Hi , I want to right click on items and open menu for it. it is possible to use onContextMenu for every items?
Hi, is there a way to push the entire targetNode inside the checked array, and not just the value attribute?
If I have a tree like this and one node (`b1`) is disabled:  Then if I press the checkbox of `p` or `e`, nothing happens. If there are...
my requirement is that it behaves like a SELECT component. Has anyone been able to implement this? (dropdown with multi select)
**Describe the bug** When I use material icons, the label and checkbox are not vertically central aligned. See screenshot 1, the labels are too low. ![Screen Shot 2020-10-15 at 10...