SfCheckBox as readonly

Hi,

How can I setup sfcheckbox as readonly?

I tried enabled=false but the appearance is not the same.

Thanks,

1 Reply

AS Anandraj Selvam Syncfusion Team May 28, 2020 01:28 PM UTC

Hi Alexis, 
  
Greetings from Syncfusion. 
  
Query: How can I setup sfcheckbox as readonly? 
  
We have ensured the reported issue by setting IsEnabled property in both static and dynamically as per in below code snippet: 
  
 
<buttons:SfCheckBox IsChecked="True" IsEnabled="{Binding Source={x:Reference button},Path=IsChecked}"/><buttons:SfButton x:Name="button" IsCheckable="True"/> 
  
  
Note: We have tested the same with latest version of SfCheckBox (Syncfusion.Xamarin.Buttons) NuGet. 
  
That is worked fine at our end. Could you please share the issue replicating cases with detailed to ensure that our end that will be helpful to check the issue and provide a possible solution at earlier. 
  
Regards, 
Anand Raj S. 


Loader.
Up arrow icon