Selection groups are used to separate selection checkboxes into different groups. Use them when you have multiple, distinct, lists of items with selection checkboxes.
Put each group of checkboxes into a separate container with the class selectionGroup. This will do a few things:
By default the selectionGroup code will assume all checkboxes have the name "selection" use data-input-name to override this.
| Checkall | |
|---|---|
| Video 1 | |
| Video 2 |
| Checkall | |
|---|---|
| Video 3 | |
| Video 4 | |
| Video 5 |
| Checkall | |
|---|---|
| Video 6 | |
| Video 7 |