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

A simple and elegant checkbox tree for React.

Results 146 react-checkbox-tree issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

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...

question

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...

enhancement

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? ![image](https://user-images.githubusercontent.com/60053899/128587303-aa8d09e1-d0aa-4f47-8704-20f1d40451a7.png) That's the default expansion

question

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.

question

I would like to select multiple items using Shift key. Is there any way can i achieve this feature ?

enhancement

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...

question

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...

enhancement

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...

enhancement