We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted 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.

xamarin forms radio button with different states


Customize radio button color

The Xamarin radio button states’ color can be customized.

xamarin forms radio button with customized colors


Label formatting

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

xamarin forms radio button with formatted label


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);



150+ XAMARIN UI CONTROLS

ALL CONTROLS
  • Xamarin.Forms
  • Xamarin.Android
  • Xamarin.iOS
The most downloaded control (based on the nuget.org download count).

Frequently Asked Questions

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.

You can find our Xamarin Radio Button demo here.

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.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Xamarin.Forms Resources

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.

Up arrow icon
Live Chat Icon For mobile