This is a migrated thread and some comments may be shown as answers.

Radcheckbox with IsEnabled="false" becomes invisible on UWP

1 Answer 109 Views
CheckBox
This is a migrated thread and some comments may be shown as answers.
Arvinder
Top achievements
Rank 1
Arvinder asked on 12 Dec 2018, 08:26 PM

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"  />


1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 13 Dec 2018, 08:07 AM
Hi Arvinder,

Indeed, this is an issue in RadCheckBox on UWP, we have it logged in our public portal, you could track its status at the link below:
https://feedback.progress.com/Project/168/feedback/Details/254860-checkbox-uwp-checkbox-rectangle-is-transparent-when-isenabled-property-is-set

In the meantime, as a workaround, you could add the resources for CheckBox's disabled state inside App.xaml file of the UWP project.  I have attached a sample App.xaml file where I have tested this - you just need to copy the Style targeting ExtendedCheckBox into your UWP project.

I hope this would be helpful.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
CheckBox
Asked by
Arvinder
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or