The .NET MAUI CheckBox is a selection control that allows users to select one or more options from a list of predefined choices.
A CheckBox has three selection states: selected, unselected, and indeterminate. Use the indeterminate state when a collection of sub-choices has both unselected and selected states. To prevent the toggling of check box values, the disable option can be used.
Users can customize the .NET MAUI CheckBox shape by adjusting the corner radius of the default shape.
The CheckBox states color can be customized.
Users can define the CheckBox caption text and format its font name, style, size, and color.
CheckBoxes can have parent-child relationships with other CheckBoxes:
Easily get started with the .NET MAUI CheckBox using a few simple lines of XAML and C# code examples as demonstrated below. Also, explore our .NET MAUI CheckBox Example
which shows you how to render and configure the CheckBox for .NET MAUI.
<syncfusion:SfCheckBox Text="CheckBox" IsChecked="True" CornerRadius="5.0"/>
SfCheckBox checkBox = new SfCheckBox();
checkBox.Text = "CheckBox";
checkBox.IsChecked = true;checkBox.CornerRadius = 5.0f;
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.