The React 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 React 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.
The Toggle Switch Button component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the different Toggle Switch Button platforms from the links below,
React 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 React Toggle Switch Button using a few simple lines of TSX code example as demonstrated below. Also explore our React Toggle Switch Button Example that shows you how to render and configure a Toggle Switch Button in React.
// Import the Switch.
import { SwitchComponent } from '@syncfusion/ej2-react-buttons';
import * as React from 'react';
import './App.css';
// To render Switch.
export default class App extends React.Component {
render() {
return (<SwitchComponent />);
}
}
You can find our React 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.