This question is locked. New answers and comments are not allowed.
A RadCheckbox with IsEnabled="false" is not visible on UWP Xamarin forms app:
<telerikPrimitives:RadCheckBox HorizontalOptions="StartAndExpand" IsEnabled="false" IsChecked="{Binding Exam.OpticianExamComplete}" Grid.Row="0" Grid.Column="2" VerticalOptions="Center" />