{# /** * @file * Default theme implementation for checkbox tree level items. * * Available variables: * - attributes: The attributes object for the container. * - children: The items within the tree level item. * * @see template_preprocess_checkbox_tree_level() */ #} {% for child in children %}
  • {{ child }}
  • {% endfor %}