RadSwitch can be placed in a right-to-left environment without issues in its appearance or functionality.
	
	
		In order to switch a RadSwitch to RTL mode,
		you should set dir=rtl to its parent HTML element or use the direction:rtl CSS property.
		You can also do this globally for the page, e.g., on the <body>, <form> or <html> element.