SfCheckBox invisble on UWP project

Hi guys,

I have implemented SfCheckbox correctly on iOS project, but I have troubles on UWP. Altought I can see the checkbox text correctly there is no check box near it.
What I'm doing wrong? This is my code.

                    <StackLayout>
                        <Label Text="Share product attachments:" Margin="10"/>
                        <sfCheckBox:SfCheckBox CheckedColor="#E30613" UncheckedColor="#E30613" Margin="35,0,0,0"
                                               Text="Images" IsChecked="{Binding IsCheckedImages, Mode=TwoWay}"/>


1 Reply 1 reply marked as answer

SM Saravanan Madheswaran Syncfusion Team September 18, 2020 03:30 PM UTC

Hi Alex,   
   
Greetings from Syncfusion.   
 
We have checked the reported problem in UWP, and we have tried to replicate at our end by creating a simple sample, but it is working fine at our end with the following testing scenarios  
   
   
Configuration details:   

Syncfusion Version: 18.1.0.46 & 18.2.0.54
Xamarin Forms Version: 4.1.0.709 & 4.5  
 
   
Testing Scenario:   
·         Ensured the checkbox within different layout (grid, stack, frame and flex layout)   
·         Ensured with different Flow direction of the layout.    
·         Ensured by increasing Margin, Padding and Spacing of the layout.    

Since we are not aware of your exact application scenario, we were facing the difficulties on reproducing the reported issue, so can you please revert us by modifying the sample based on your application along with replication procedure. This will be helpful for us to investigate further and provide you a better solution at the earliest.
 
 
Regards,  
Saravanan.  


Marked as answer
Loader.
Up arrow icon