Example of Radio Button in ASP.NET MVC Button Control
This sample demonstrates the default functionalities of the RadioButton. Select the payment mode by clicking the desired RadioButton element.
Select a payment method
RadioButton is a graphical user interface element that allows to select one option from the choices. It contains checked and unchecked state.
In this sample, Credit/Debit Card option is checked by default, and it can be achieved by using the
checked
opens in a new tab
property.
More information about RadioButton can be found in this documentation section opens in a new tab .