uswds_base-8.x-2.0-alpha1/templates/input/checkboxes.html.twig
templates/input/checkboxes.html.twig
{#
/**
* @file
* Theme override for a 'checkboxes' #type form element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The rendered checkboxes.
*
* @see template_preprocess_checkboxes()
*/
#}
<div{{ attributes.addClass('form-checkboxes') }}>{{ children }}</div>
