New to Telerik UI for .NET MAUI? Start a free 30-day trial

Migrating the CheckBox from Xamarin to .NET MAUI

Telerik .NET MAUI CheckBox control preserves the same API as Xamarin.Forms CheckBox with a few changes and improvements listed in the tables below:

Migrating the Namespaces

Control Control name XAML Namespcace C# Namespace
Xamarin CheckBox RadCheckBox xmlns:telerikPrimitives="clr-namespace:Telerik.XamarinForms.Primitives;assembly=Telerik.XamarinForms.Primitives" using Telerik.XamarinForms.Primitives;
.NET MAUI CheckBox RadCheckBox xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" using Telerik.Maui.Controls;

Modifying the API

Xamarin CheckBox .NET MAUI CheckBox
- CornerRadius
CheckBoxUserCommand -

See Also

In this article