> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/radios.md).

# Radios

### 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

```twig
{% include 'radix:radios' with {
  radios_utility_classes: ['utility-class'],
  children: rendered_radio_buttons,
} %}
```
