Radio Button
The BootstrapRadioButton control is a button that can be selected, but not cleared, by an end-user. A Bootstrap Radio Button paired with other radio button controls enables end-users to select a single option from a group of choices. The Bootstrap Radio Button control permits you to intersperse the radio buttons in a group with other content on the page.
Bootstrap Radio Button offers the following features:
Built-in Validation
The Bootstrap Radio Button control allows you to perform data validation both on the client and server side.
Full-Featured Client-Side API
Bootstrap Radio Button provides you with a comprehensive client-side API. This API is implemented using JavaScript and is exposed via the BootstrapClientRadioButton object. The BootstrapClientRadioButton object serves as a client-side equivalent of the BootstrapRadioButton control.