Trusted by the world’s leading companies
Overview
The Xamarin Radio Button control is a selection control that allows users to select one option from a list of predefined choices.
States
A Xamarin radio button has two selection states: selected and unselected. To prevent the toggling of radio button values, the disable option can be used.

Customize radio button color
The Xamarin radio button states’ color can be customized.

Label formatting
You can define radio button caption text and format its font name, font style, font size, and color.

Xamarin.Forms Radio Button Code Example
Easily get started with the Xamarin.Forms Radio Button using a few simple lines of C# code example as demonstrated below. Also explore our Xamarin.Forms Radio Button Example that shows you how to render and configure the Radio Button for Xamarin.Forms.
<syncfusion:SfRadioGroup x:Name="radioGroup">
<syncfusion:SfRadioButton x:Name="male" Text="Male" IsChecked="True"/>
<syncfusion:SfRadioButton x:Name="female" Text="Female"/>
</syncfusion:SfRadioGroup>SfRadioGroup radioGroup = new SfRadioGroup();
SfRadioButton male = new SfRadioButton();
male.IsChecked = true;
male.Text = "Male";
SfRadioButton female = new SfRadioButton();
female.Text = "Female";
radioGroup.Children.Add(male);
radioGroup.Children.Add(female);Not sure how to create your first Xamarin Radio Button? Our documentation can help.
I’d love to read it now150+ XAMARIN UI CONTROLS
-
Xamarin.Forms
-
Xamarin.Android
-
Xamarin.iOS
-
GRIDSDATA VISUALIZATIONNAVIGATIONEDITORSLAYOUTPROJECT MANAGEMENTNOTIFICATIONDOCUMENT PROCESSING LIBRARIESVIEWER/EDITORMISCELLANEOUSCHAT
-
GRIDSDATA VISUALIZATIONNAVIGATIONEDITORSLAYOUTPROJECT MANAGEMENTNOTIFICATIONVIEWER/EDITORDOCUMENT PROCESSING LIBRARIESMISCELLANEOUS
-
GRIDSDATA VISUALIZATIONNAVIGATIONEDITORSLAYOUTPROJECT MANAGEMENTNOTIFICATIONVIEWER/EDITORDOCUMENT PROCESSING LIBRARIESMISCELLANEOUS
Frequently Asked Questions
Why should you choose Syncfusion Xamarin Radio Button?
The Syncfusion Xamarin Radio Button provides the following:
Use radio group for simple grouping.
- Prevent toggling with the “disable” option.
- Apply your own styles with appearance customization.
- One of the best Xamarin Radio Buttons in the market that offers a feature-rich UI.
- Simple configuration and API.
- Touch friendly and responsive.
Extensive demos and documentation to learn quickly and get started with Xamarin Radio Button.
Where can I find the Syncfusion Xamarin Radio Button demo?
You can find our Xamarin Radio Button demo here.
Can I download and utilize the Syncfusion Xamarin Radio Button for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion Xamarin Radio Button?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.