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
- Project categories: Site structure
- Ecosystem: Filter checkboxes
15 sites report using this module
- Created by geoanders on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.


