Started by andrew ·
2010-01-18 21:23 UTC ·
3 replies · SMF topic #1138
andrew
2010-01-18 21:23 UTC
when using a check box, i want the text to be stacked
shown like
this
while maintaining a static height and width size
owenwengerd
2010-01-19 16:49 UTC
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.
fred_tomke
2010-01-19 22:00 UTC
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
andrew
2010-01-22 19:11 UTC
thanks Fred i will check that out