Radios
A theme override for a 'radios' type form element.
Customization Options
Styling Flexibility: Apply additional utility classes to customize the appearance and layout of the radio buttons.
HTML Attribute Customization: Tailor the HTML attributes of the wrapper element to align with specific design requirements.
Usage
{% include 'radix:radios' with {
radios_utility_classes: ['utility-class'],
children: rendered_radio_buttons,
} %}
Last updated
Was this helpful?