Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

radios.html.twig

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/templates/classy/form/radios.html.twig
  2. 11.1.x core/themes/starterkit_theme/templates/form/radios.html.twig
  3. 11.1.x core/themes/claro/templates/form/radios.html.twig
  4. 11.1.x core/modules/system/templates/radios.html.twig

Theme override for a 'radios' #type form element.

Available variables

  • attributes: A list of HTML attributes for the wrapper element.
  • children: The rendered radios.

See also

template_preprocess_radios()

File

core/themes/stable9/templates/form/radios.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a 'radios' #type form element.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - children: The rendered radios.
  9. *
  10. * @see template_preprocess_radios()
  11. */
  12. #}
  13. <div{{ attributes }}>{{ children }}</div>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal