{#
/**
 * @file
 * A wrapper for multiple radio input elements.
 *
 * Available variables
 * - attributes: A list of HTML attributes for the wrapper element.
 * - children: The rendered checkboxes.
 *
 * @see Drupal's radios.html.twig
 * @see Union's form-checkboxes.twig
 */
#}

{% extends "@union/_form-checkboxes.twig" %}
