Module allows you to filter a large amount of the checkboxes quickly.

This module is a port of the Drupal 7 module:
https://www.drupal.org/project/filter_checkboxes

Requirements

No special requirements.

Usage

Use the "Checkboxes Filter" field widget on checkbox fields. Or you can apply via Form API.

Just add the '#filter' key and set it to TRUE on the checkboxes element and the module will do the rest.

See below for an example:

    $form['options'] = [
      '#type' => 'checkboxes',
      '#title' => 'Title',
      '#options' => $options,
      '#filter' => TRUE,
    ];
Supporting organizations: 

Project information

Releases