Switch can be disabled by setting the disabled
property to true.
The following example illustrates how to disable support in Switch component.
<ejs-switch id="default" disabled="true"></ejs-switch>
public ActionResult Default()
{
return View();
}