Blazor Radio Button Component Example - Default Functionalities
This sample demonstrates the default functionalities of the RadioButton component. Select the payment mode by clicking the desired RadioButton element.
Select a payment method
The RadioButton
is a graphical user interface element that allows you to select one option from the choices. It contains checked and unchecked states.
In this sample, the Credit/Debit Card option is checked by default, and it can be achieved by using the Checked property. More information about the Blazor RadioButton component can be found in this documentation section.