Hi,
1. How do I set the text of telerikPrimitives:RadCheckBox?
2,. Documents: https://docs.telerik.com/devtools/maui/controls/checkbox/checkbox-overview
<telerikPrimitives:RadCheckBox x:Name="checkboxSunday" IsChecked="{Binding Sunday, Mode=TwoWay}"/>
3. On window it checked only after two clicks on checking why ?
4.How I style the background for all checkbock in app xaml?