{# Themes Views' default multi-select element as a set of checkboxes. Available variables: - element: The collection of checkboxes. - children: An array of keys for the children of element. - is_nested: TRUE if this is to be rendered as a nested list. - depth: If is_nested is TRUE, this holds an array in the form of child_id => nesting_level which defines the depth a given element should appear in the nested list. #} {% set classes = [ 'form-checkboxes', isNested ? 'bef-nested', hasSelectAllNone ? 'bef-select-all-none', hasSelectAllNoneNested ? 'bef-select-all-none-nested', ] %}