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
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The .NET MAUI Radio Button control allows users to select one option from a list of predefined choices, with customizable colors and formatting for labels and states.


.NET MAUI Radio Button code example

Easily get started with the .NET MAUI Radio Button using a few simple lines of C# code example as demonstrated below. Also, explore our .NET MAUI Radio Button Example which shows you how to render and configure the Radio Button for .NET MAUI.

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

States

A .NET MAUI Radio Button has two selection states: selected and unselected. To prevent the toggling of radio button values, the disable radio button option can be used.

.NET MAUI forms Radio Button with different states.


.NET MAUI forms Radio Button with customized colors.

Customize Radio Button color

The .NET MAUI Radio Button states’ colors are customizable.


Label formatting

Users can define the Radio Button caption text and format its font name, style, size, and color.

.NET MAUI forms Radio Button with formatted label.




Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 60+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 777K+ downloads

Frequently Asked Questions

The Syncfusion .NET MAUI Radio Button control supports the following features:

  • Customization options for the list of predefined choices, such as text styles and button colors.
  • An intuitive user interface for users to make a selection from among predefined options.
  • Items can be grouped, allowing users to choose one option from each group.
  • One of the best .NET MAUI Radio Button in the market, offering feature-rich UI to interact with the software.
  • Simple configuration and APIs.
  • Mobile-touch friendly.
  • Extensive demos, documentation, and videos let you get started quickly with the .NET MAUI Radio Button.

You can find our .NET MAUI Radio Button demo, which demonstrates how to render and configure the Radio Button.

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

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