react-checkbox-tree
react-checkbox-tree copied to clipboard
Label center alignment (Material design)
Describe the bug When I use material icons, the label and checkbox are not vertically central aligned. See screenshot 1, the labels are too low.

I have to add this css to align it:
.rct-text label {
display: flex;
flex-direction: row;
align-items: center;
}
After:

Should we include the styles in your build?
Thanks for filing this issue and providing the CSS you used. This component has a iconsClass parameter and it would be straightforward for us to add support for Material design.