Xamarin.Forms CheckBox is a selection control that allows users to select one or more options from a list of predefined choices.
A check box 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.
You can customize the Xamarin.Forms check box shape by adjusting the corner radius of the default shape.
The check box states’ color can be customized.
You can define check box caption text and format its font name, font style, font size, and color.
Check boxes can have parent-child relationships with other check boxes:
Easily get started with the Xamarin.Forms CheckBox using a few simple lines of XAML and C# code example as demonstrated below. Also explore our Xamarin.Forms CheckBox Example that shows you how to render and configure the CheckBox for Xamarin.Forms.
<syncfusion:SfCheckBox Text="CheckBox" IsChecked="True" CornerRadius="5.0"/>
SfCheckBox checkBox = new SfCheckBox();
checkBox.Text = "CheckBox";
checkBox.IsChecked = true;checkBox.CornerRadius = 5.0f;
The Syncfusion Xamarin CheckBox provides the following:
You can find our Xamarin CheckBox demo here.
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.