jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to remove checkbox?

jeevasusej opened this issue · comments

How to remove check box in a tree?
How to use custom component for the nodes?

You can suppress checkboxes by adding showCheckbox: false to each individual node. For custom components, you may have to be more specific. Any label or icon you supply can be a JSX element, but there is no support for using custom components for the checkboxes or overarching node container.

Closing due to inactivity.