material-ui-tree icon indicating copy to clipboard operation
material-ui-tree copied to clipboard

Feature Request: add support for checkboxes

Open mviens opened this issue 6 years ago • 1 comments

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.

mviens avatar Jun 18 '19 00:06 mviens

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 avatar Jun 18 '19 06:06 shallinta