I change the labelControl to a MemoEdit that allow multi line...
Try with this properties to have the same features :
* Properties.BorderStyle = NoBorder
* Properties.ReadOnly = True,
* Properties.ScrollBar = None
You can also suscribe to the Click event to Check/Uncheck the box.
Jérémy