Migrating from Xamarin SfCheckBox to .NET MAUI SfCheckBox

28 Sep 20231 minute to read

To migrate easier from Xamarin CheckBox to .NET MAUI CheckBox, we kept most of the APIs from Xamarin SfCheckBox in MAUI SfCheckBox. However, to maintain the consistency of API naming in MAUI SfCheckBox, we renamed some of the APIs. The APIs changed in MAUI SfCheckBox from Xamarin SfCheckBox are detailed as follows:

Namespaces

Xamarin SfCheckBox .NET MAUI SfCheckBox
Syncfusion.Xamarin.Buttons Syncfusion.Maui.Buttons

Properties

Xamarin SfCheckBox .NET MAUI SfCheckBox Description

BorderWidth

StrokeThickness

Gets or sets the stroke thickness.