The .NET MAUI CheckBox is a selection control with UI customization. It allows you to choose one or more options from a set and customize the appearance of different visual states using the visual state manager.
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;
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:
The Syncfusion .NET MAUI CheckBox:
You can find our .NET MAUI CheckBox demo, which demonstrates how to render and configure the CheckBox.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
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.