Getting Started with KendoReact Checkbox
The KendoReact Checkbox lets the user toggle between checked, unchecked and the optional indeterminate states.
The Checkbox is designed to replace the <input type="checkbox">
HTML5 tag and provides the KendoReact specific styling.
Basic Usage
The CheckBox is typically used to represent boolean values via a binary checked state. All regular input type="checkbox"
HTML attributes are applicable.
The KendoReact Checkbox component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-inputs package.
The following example demonstrates the Checkbox component in action.
Functionality and Features
- Disabled Checkbox
- Controlled mode
- Default state
- Labels
- Forms support
- Globalization
- Keyboard navigation
- Accessibility