Kendo UI for Vue Native Checkbox Overview

The Kendo UI for Vue 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 Kendo UI for Vue specific styling.

The Checkbox Component is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

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 Kendo UI for Vue Checkbox component is part of the Kendo UI for Vue library of Vue UI components. It is distributed through NPM under the kendo-vue-inputs package.

The following example demonstrates the Checkbox component in action.

Example
View Source
Change Theme:

Functionality and Features

To learn more about the appearance, anatomy, and accessibility of the CheckBox, visit the Progress Design System documentation—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.

Support and Learning Resources

Additional Resources