# Form

### Key Features

* **HTML Attribute Integration**: The template allows for the integration of custom HTML attributes, enhancing accessibility and styling capabilities.
* **Dynamic Children Elements**: It supports a variety of child elements, enabling the creation of diverse forms with different input types and controls.
* **Customizable Classes**: Utilize `form_utility_classes` for additional styling and functional customizations.

### Customization

* **Inline Forms**: The template supports inline forms through the `is_inline` variable, enabling a more compact layout.
* **Utility Classes**: You can apply additional utility classes to modify the form's appearance and behavior, providing a high degree of customization.

### Usage

<pre class="language-twig"><code class="lang-twig">{% include "radix:form" with {
<strong>  is_inline: true,
</strong>} %}
</code></pre>
