Example of CheckBox in ASP.NET Core Button Control

This sample demonstrates the default functionalities of the CheckBox. Click the CheckBox element to toggle states between checked/unchecked.

DEMO
SOURCE

CheckBox is a graphical user interface element that allows to select one or more options from the choices. It contains checked, unchecked, and indeterminate states.

In this sample, checked state is achieved by using the checked property, indeterminate state is achieved by using the indeterminate property, and disabled state is achieved by using the disabled property.

More information about CheckBox can be found in this documentation section .

Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE