The React Checkbox is a custom checkbox-type HTML5 input component for selecting one or more options from a list of predefined choices. It supports an indeterminate state, different sizes, custom labels and positions, and UI customization.
A single checkbox consists of toggle states for performing check and uncheck actions. To prevent the toggling of a checkbox value, you can use the disable option.
The React Checkbox component also features a built-in indeterminate state for option selections.
You can use different checkbox sizes, default and small, as required in your application.
Add a label to define the React Checkbox component’s caption. You can caption the checkbox and position the label either before or after the checkbox.
The React checkbox UI (frame and icons) can be completely customized.
Seamlessly supports HTML forms, template-driven forms (Angular), and reactive forms.
The React Checkbox component 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.
Checkbox component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the different Checkbox platforms from the links below,
Easily get started with the React Checkbox using a few simple lines of TSX code as demonstrated below. Also explore our React Checkbox Example that shows you how to render and configure the Checkbox in React.
import { CheckBoxComponent } from '@syncfusion/ej2-react-buttons';
import * as React from 'react';
import './App.css';
// Import the CheckBox.
// To render CheckBox.
export default class App extends React.Component {
render() {
return (<CheckBoxComponent label="Default"/>);
}
}
You can find our React Checkbox 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.