Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add support for checkboxes #17

Open
mviens opened this issue Jun 18, 2019 · 1 comment
Open

Feature Request: add support for checkboxes #17

mviens opened this issue Jun 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mviens
Copy link

mviens commented Jun 18, 2019

Please consider adding support for checkboxes as the available options for a Material-UI checkbox tree are currently not very good. Thanks for your work so far.

@shallinta
Copy link
Owner

For now, we can do this with renderLabel function by return a Checkbox in label and keep its check-status in state data. I have tried this but found that it was not a good plan. Inplementing the click event callback would be the biggest problem.

So..
I will consider supporting this feature. (Maybe not very soon..

@shallinta shallinta added the enhancement New feature or request label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants