react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
**Describe the bug** `CheckboxTree` is almost completely unuseable with a screen reader, or a keyboard. **Reproduction steps** 1. Attempt to expand / collapse nodes with a keyboard. 2. Try to...
index.js:1 Warning: Each child in a list should have a unique "key" prop. Check the render method of `a`. See https://fb.me/react-warning-keys for more information. in Gi (created by a) in...
Please include a clear and concise description of the feature or enhancement you would like to have added to the project. Need to disable some node values , currently for...
CSS taken from Bootstrap 4 and may need to optimized.
When I open a project, I want its list of child nodes to be automatically expanded. How do I set this?  That's the default expansion
i need a button like open/collapse all in order to check all nodes, How can i do that? i'll be glad if you can provide an example. Thanks in Advance.
I would like to select multiple items using Shift key. Is there any way can i achieve this feature ?
Hi @jakezatecky, When I defined the nodes and gave to checkbox tree it's getting map of undefined, Can you please take a look below codesanbbox [url](https://codesandbox.io/s/react-checkbox-tree-example-forked-uyd99?file=/src/components/Widget.js). Can you please tell...
When setting expanded or checked items, I would like to perform different actions depending on whether the Ctrl key is down or not. In javascript events, this information is available...
In the checkbox tree, state of toggle buttons are not defined . Screen reader user will be affected if state is not being announced by screen reader as user won't...