Example of ButtonGroup in ASP.NET Core Button Control

The following sample demonstrates the default functionalities of normal, radio, and checkbox button groups.

DEMO
SOURCE

Default

Single selection

Multiple selection

ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically. This supports radio and checkbox type behaviors.

The above sample demonstrates the behaviors of button groups with icon only, text only, and text with icon combinations.

  • Default: Triggers action on button click.
  • Single selection: Radio type behavior selects a single button and submits its value to the server on form submission.
  • Multiple selection: Checkbox type behavior selects multiple buttons and submits its selected values to the server on form submission. This is showcased with the first button selected, by default.

More information on the ButtonGroup can be found in this documentation section.

Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE