Skip to main content

Check Box List

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 Check Box List editor is a check box group that provides end-users with the capability to select multiple items.

BootstrapCheckBoxList_Overview

Bootstrap Check Box List supports both data-bound and unbound modes. This means that its contents can be generated dynamically by binding the editor to a data source, as well as manually populating the control’s item collection.

Selection

The items selected within Bootstrap Check Box List can be determined using the getSelectedItems method. You can easily select/unselect editor items by using the selectItems and unselectItems methods. Use the selectAll and unselectAll methods to select/unselect all items.

Layout Customization

The Bootstrap Check Box List layout is flexibly customized. You can display check box items in several columns using the BootstrapCheckBoxListBuilder.RepeatColumns method.

See Also