This example demonstrates how you can use RadButton to customize the look of your SignUp form.
		You can use the client-side or server-side API of the control to submit the page, and collect the information entered.
	
	
		Two RadButton controls with ButtonType="ToggleButton" and 
		ToggleType="Radio" are used to determine the gender of the user.
		Two other toggle buttons (RadButton with ButtonType="ToggleButton" and 
		ToggleType="CheckBox") are used to subscribe the user for the provided services.
	
	
		The remaining buttons are image buttons where the image is either used as background, or represents the button itself (ImageButton).