The Angular Toggle Switch Button component is a custom HTML5 input-type checkbox component 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.
You can make use of different switch sizes, default and small, as required in your application.
The appearance of the Angular Toggle Switch Button component (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
Seamlessly supports HTML forms, template-driven forms (Angular), and reactive forms.
Easily get started with the Angular Toggle Switch Button using a few simple lines of HTML and TS code example as demonstrated below. Also explore the Angular Toggle Switch Button example that shows how to render and configure the Toggle Switch Button in Angular.
<div class="control-section">
<ejs-switch [checked]="true"></ejs-switch>`
</div>
import { Component, Inject, ViewEncapsulation } from '@angular/core';
import { SwitchModule } from '@syncfusion/ej2-angular-buttons';
@Component({
selector: 'control-content',
templateUrl: 'default.html',
encapsulation: ViewEncapsulation.None
})
export class DefaultToggleSwitchButtonController {
}
Switch is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Switch platforms from the links below,
With continuous improvement in Angular versions, the Angular Toggle Switch Button is kept up to date to make it compatible with the latest version.
Angular 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.
Syncfusion Angular Toggle Switch Button provides the following features:
You can find our Angular 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.