Hi Stephan,
Thank you for contacting Syncfusion Support,
Yes, we do support Grouping and Single select for SfRadioButton. To invoke the grouping behavior in SfRadioButtion, radio button should be declared with in the SfRadioGroup.
XAML:
|
<sync:SfRadioGroup>
<sync:SfRadioButton x:Name="rdBtn"></sync:SfRadioButton>
<sync:SfRadioButton x:Name="rdBtn1"></sync:SfRadioButton>
<sync:SfRadioButton x:Name="rdBtn2"></sync:SfRadioButton>
</sync:SfRadioGroup> |
To behave radio button as single select, just declare the button without a parent radio group.
XAML:
|
<sync:SfRadioButton x:Name="radioButton"></sync:SfRadioButton>
|
You can find the sample using SfRadioButton and SfCheckBox from below. Kindly check through it and let me know if you need any further assistance.
We haven’t refreshed UG documentation for SfRadioButton and SfCheckBox. It will be in live from July 16, 2018
UG:
Sample Link:
Please let me know whether the provided details meet your requirement.
Thanks,
Karthik