how do use a return in the caption text for a check box?

Started by andrew · 2010-01-18 21:23 UTC · 3 replies · SMF topic #1138

when using a check box, i want the text to be stacked

shown like
this

while maintaining a static height and width size
I don't think it's possible to use a newline character in a check box.  You can achieve the same effect by using a separate label control for the check box label.
andrew,

in addition to that what Owen said I only want to note that there is an OnClicked event for the label control you can use to switch the checkbox state.

Fred
thanks Fred i will check that out