Skip to main content

Radio Button

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

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.

BootstrapRadioButton_Overview

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.

See Also