react-checkbox-tree
react-checkbox-tree copied to clipboard
Is there a way to add custom tooltip on labels
I need to display text in a tooltip based on label value. Is there any way to do it?
Sorry for the delayed response.
The label value can be an React node, so it is possible to encapsulate a tooltip within the label markup. I do not have specific recommendations, but any React library for tooltips should have compatibility with this component.