The JavaScript Toggle Switch Button control is a custom HTML5 input-type checkbox control that allows you to perform a toggle (on/off) action between checked and unchecked states. It supports different sizes, labels, label positions, and UI customization.
A single switch consists of a toggle state that can be checked and unchecked. To prevent the toggling of switch value, you can make use of disable option.
In JavaScript Toggle Switch Button, you can make use of different switch sizes, default and small, as required in your application.
The appearance of the JavaScript Toggle Switch Button control (bar and handle) can be fully customized. A switch can contain text to represent checked/unchecked states (ON/OFF). The look and feel of the switch can be changed to
The JavaScript Toggle Switch Button seamlessly supports HTML forms, template-driven forms (Angular), and reactive forms.
The Toggle Switch Button control is also available in Blazor, React, Angular, and Vue frameworks. Check out the different Toggle Switch Button platforms from the links below,
The HTML5/JavaScript Toggle Switch Button supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.
Easily get started with the JavaScript Toggle Switch Button using a few simple lines of HTML and TS code, as demonstrated below. Also explore our JavaScript Toggle Switch Button Example that shows you how to render and configure the Toggle Switch Button in JavaScript.
<div>
<!--element which is going to render-->
<input id="element" type="checkbox"/>
</div>
import { Switch } from '@syncfusion/ej2-buttons';
// Initialize Switch component with checked state.
let switchObj: Switch = new Switch({ checked: true });
// Render initialized Switch.
switchObj.appendTo('#element');
The Syncfusion JavaScript Switch provides the following features:
You can find our JavaScript Toggle Switch Button demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.