The Blazor Radio Button is a custom radio-type HTML5 input component for selecting one option from a list of predefined choices. It supports different states, sizes, labels, label positions, and UI customizations.
You can make use of the different sizes of radio button (default and small) as required in your application.
The label used to define the Blazor Radio Button caption. You can caption the radio button and position the label either before or after the radio button.
The Blazor Radio Button UI (inner and outer circles) has the support for complete customization of its appearance.
The Blazor Radio Button is used to select a single option from the logically grouped options set.
The Blazor Radio Button supports several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.
Radio Button is also available in JavaScript, Angular, React and Vue frameworks that are built from their own TypeScript libraries. Check out the different Radio Button platforms from the links below,
Easily get started with the Blazor Radio Button using a few simple lines of C# code example as demonstrated below. Also explore our Blazor Radio Button Example that shows you how to render and configure the Radio Button in Blazor.
@using Syncfusion.Blazor
@using Syncfusion.Blazor.Buttons
<SfRadioButton Label="Option 1" Name="options" Value="card" @bind-Checked="stringChecked"></SfRadioButton>
<SfRadioButton Label="Option 2" Name="options" Value="cash" @bind-Checked="stringChecked"></SfRadioButton>
@code {
private string stringChecked = "cash";
}
You can find our Blazor 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 and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
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.