Hi,
I created a project and referenced the following libraries:
I have imported namespace:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
and created a RadCheckBox like so:
<telerik:RadCheckBox x:Name="rcb" VerticalOptions="Center" />
When I run the application I get the following error:
Is there anything I am missing?