Telerik UI for ASP.NET Core CheckBoxGroup Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
HTML HELPER APIThe CheckBoxGroup component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core CheckBoxGroup enables you to style and provide checkbox functionality to list elements. You can add custom CSS classes to the component's items, set the desired label position, or configure the layout of the items.
The current example shows how to define the CheckBoxGroup options directly in the component's declaration using the Items()
configuration or load the options through a Model using the BindTo()
method. Also, the example demonstrates the vertical and horizontal layouts of the CheckBoxGroup items.
The ASP.NET Core CheckBoxGroup control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The CheckBoxGroup is a server-side wrapper for the Kendo UI for jQuery CheckBoxGroup component and supports an HtmlHelper and a TagHelper mode.
Functionality and Features
- Data Binding—Declare all options within the helper declaration or use remote data binding.
- Labels—Customize the default appearance of the lables.
- Layout—Display the items horizontally or vertically.
- Accessibility—The CheckBoxGroup component is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.
Additional Apps
Support & Learning Resources
- ASP.NET Core CheckBoxGroup Documentation Overview
- ASP.NET Core CheckBoxGroup API
- ASP.NET Core CheckBoxGroup in Razor Pages Documentation
- ASP.NET Core CheckBoxGroup Forums
- Telerik UI for ASP.NET Core CheckBoxGroup Homepage
- Telerik UI for ASP.NET Core Sample Demos Application
- Telerik UI for ASP.NET Core Knowledge Base