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