Hi,
I have a custom class CustomCheckBoxTree, which extends CheckBoxTree and overrides the method isCheckBoxVisible(). This class
controls wether or not a node should have a check box associated with it.
The nodes which do not have a check box is displayed correctly. However, for the nodes that do have a check box, it seems that the
check box itself occupy some of the space which should be reserved for the text label. Please see the attached picture.
I do have a custom cell renderer implemented, but disabling this cell renderer does not make any difference. Same problem.
Does anyone else have experience with this?