Button / Radio Button

Blazor Radio Button Component Example - Default Functionalities

Loading Syncfusion Blazor Server Demos…

Select a payment method

This sample demonstrates the default functionalities of the RadioButton component. Select the payment mode by clicking the desired RadioButton element.

The RadioButton is a graphical user interface element that allows you to select one option from multiple choices. It supports checked and unchecked states.

In this sample, the Credit/Debit Card option is checked by default, which can be achieved using the Checked property.

For more information, refer to the RadioButton documentation.