Telerik UI for ASP.NET Core CheckBoxGroup Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
InputGroupItemModel.cs
CheckBoxGroupViewModel.cs
Index_TagHelper.cshtml

Also available for:

HTML HELPER API
devcraft ninja image

The 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

This CheckBoxGroup example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources