Radio Button
IMPORTANT
Bootstrap Controls for ASP.
The Bootstrap Radio Button 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. See the Unobtrusive Validation demo for more information.
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 BootstrapRadioButton object. The BootstrapRadioButton object serves as a client-side equivalent of the Bootstrap Radio Button control.