MandarinConLaBarba / react-tree-menu

A stateless tree menu component for React.
http://mandarinconlabarba.github.io/react-tree-menu/example/index.html
MIT License
170 stars 51 forks source link

How to disable tree node checkboxes #36

Open kapiltaori opened 6 years ago

kapiltaori commented 6 years ago

I'm trying to disable the all other tree node (Checkboxes) on select anyone of checkbox. But I found that there is no any property (disabled='disabled') to disable the checkbox in document. Thanks in advance