function olivero_preprocess_checkboxes

Same name and namespace in other branches
  1. 10 core/themes/olivero/olivero.theme \olivero_preprocess_checkboxes()
  2. 11.x core/themes/olivero/olivero.theme \olivero_preprocess_checkboxes()
  3. 9 core/themes/olivero/olivero.theme \olivero_preprocess_checkboxes()

Implements hook_preprocess_HOOK() for checkboxes.

File

core/themes/olivero/olivero.theme, line 315

Code

function olivero_preprocess_checkboxes(&$variables) : void {
  $variables['attributes']['class'][] = 'form-boolean-group';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.