Skip to main content

CheckboxSelectAllController

Purpose

Controller to enable select-all/select-none functionality for a group of checkboxes.

Actions

ActionPurpose
--

Targets

TargetPurposeDefault
selectAllThe checkbox that controls the Select All/Select None functionality-
checkboxThe checkboxes to be included in the Select All/Select None functionality-

Classes

ClassPurposeDefault
---

Values

ValueTypeDescriptionDefault
----

Events

EventWhenDispatched onevent.detail
----

Side Effects

The controller installs change events on all inputs that are annotated with data-select-all-target="checkbox".

How to Use