uswds-8.x-2.1-rc1/preprocess/element/input__checkbox.preprocess.inc
preprocess/element/input__checkbox.preprocess.inc
<?php
/**
* @file
* Preprocess function for this hook.
*/
/**
* Implements hook_preprocess_input__checkbox().
*/
function uswds_preprocess_input__checkbox(&$variables) {
$variables['attributes']['class'][] = 'usa-checkbox__input';
}
