We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The .NET MAUI CheckBox is a selection control that allows users to select one or more options from a list of predefined choices.


States

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.

.NET MAUI check box with three selection states


Customize CheckBox shape

Users can customize the .NET MAUI CheckBox shape by adjusting the corner radius of the default shape.

.NET MAUI check box with custom box shape customization


Customize checkBox color

The CheckBox states color can be customized.

.NET MAUI check box color customization


Label formatting

Users can define the CheckBox caption text and format its font name, style, size, and color.

.NET MAUI check box label caption customization


Parent and child checkboxes

CheckBoxes can have parent-child relationships with other CheckBoxes:

  • When the parent check box is checked, all the child checkboxes are checked.
  • If a parent check box is unchecked, all the child checkboxes are unchecked.
  • If only some child checkboxes are checked, the parent check box becomes an indeterminate check box.

.NET MAUI check box parent and child relationship


.NET MAUI CheckBox Code Example

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;

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Syncfusion .NET MAUI Resources

Awards

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.

Up arrow icon
Live Chat Icon For mobile