Blazor Checkbox Component Example - Default Functionalities
This sample demonstrates the default functionalities of the Checkbox component. Click the Checkbox element to toggle states between checked/unchecked.
The Checkbox
is a graphical user interface element that allows you to select one or more options from the choices. It contains checked, unchecked, and indeterminate states.
In this sample, the checked state is achieved by using the Checked property, the indeterminate state is achieved by using the Indeterminate property, and the disabled state is achieved by using the Disabled property.
More information about the Blazor Checkbox component can be found in this documentation section.