options
This is a shared component used by form/checkboxes and form/radios.
It should not be used directly.
Information
- Folder
src/components/elements/options
Files
Schema
Mocks
Template
// src/components/elements/options/options.twig
{% set content %}
<div{{ attributes }} class="Options{% if type %} Options--{{ type }}{% endif %} Options--{{ layout|default("col") }} {{ classes|join(" ") }}">{{ children }}</div>
{% endset %}
{% include "@elements/form-element/form-element.twig" with {
children: content,
} only %}