CheckBox component has RTL support. This can be achieved by setting enableRtl
as true
.
The following example illustrates how to enable right-to-left support in CheckBox component.
<ejs-checkbox id="cbox2" label="Default" enableRtl="true"></ejs-checkbox>
public ActionResult Rtl()
{
return View();
}