background

UI for ASP.NET Core

ASP.NET Core RadioGroup

  • Flexible ASP.NET Core RadioGroup component to group multiple radio buttons in a single component.
  • Part of the Telerik UI for ASP.NET Core library along with 110+ professionally designed UI components.
  • Includes support, documentation, demos, virtual classrooms, Visual Studio Code Extensions and more!
Telerik UI for WinForms Ninja
  • Overview

    The Telerik UI for ASP.NET Core RadioGroup component has equivalent functionality to CheckBoxGroup but for radio buttons. It serves as a collection of RadioButton controls, while providing more than the sum of its parts—it automatically positions the internal RadioButtons, exposes utilities to get/set a value at a specific index value at once and more. 

    Check out the ASP.NET Core RadioGroup Demo
    Telerik UI for ASP.NET Core RadioGroup - Overview
  • Data binding

    The control creates all RadioButtons internally, meaning you don’t have to feed it a list of ten other Telerik controls. Simply bind it to the enumerable collection of values for each individual RadioButton and let it work. 

    Learn more about the ASP.NET Core RadioGroup data binding
    Telerik UI for ASP.NET Core Data Binding
  • RadioGroup Customization

    The control brings multiple customization options to developers, including: 

    • Displaying text in the label that is different from the actual value of the option 

    • Rendering the labels before or after the buttons 

    • Placing the child controls vertically or horizontally 

    Telerik UI for ASP.NET Core RadioGroup - Customizations
  • ASP.NET Core RadioButton

    In case you don’t need a whole RadioGroup, just a single button, you can use the Telerik UI for ASP.NET Core RadioButton.  
    Telerik UI for ASP.NET Core RadioButton
  • RTL Support

    Right-to-left support is available for cultures where people read from right to left. You can satisfy any cultural preference with the ASP.NET Core RadioGroup by changing the alignment between left-to-right and right-to-left with only a few settings
    Telerik UI for ASP.NET Core RTL Support
  • Accessibility

    The RadioGroup component is Section 508 and WCAG 2.1 guidelines compliant, thus you can rest assured that your application will meet the needs of all users. 
    Telerik UI for ASP.NET Core Accessibility
  • Keyboard Navigation

    The component comes with built-in support for keyboard navigation, thus users can select their preferred item by using only the arrows of their keyboards.  
    Keyboard navigation
  • Theming

    The Telerik ASP.NET Core RadioGroup component has 20+ built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI). You can easily customize any of out-of-the-box themes with a few lines of CSS, or create new theme to match your colors and branding by using the Telerik SASS ThemeBuilder application.
    Telerik UI for ASP.NET Core RadioGroup

All ASP.NET Core Components

Next Steps