CheckboxList with TAdvGraphicCheckLabel

I've tried to look through all of the components, there are a lot of them :)

Can't seem to find what I need. I want a checklistbox control like the Delphi native but that allows for a custom bitmap for the checkmark, like TAdvGraphicCheckLabel.



Thanks


At this moment we do not have a checklistbox control that has as checkboxes something equivalent to a TAdvGraphicCheckLabel. As an alternative, you could create multiple TAdvGraphicCheckLabel instances in a TScrollBox control.