label
Information
- Folder
src/components/elements/form-element/label
Files
Schema
Mocks
Template
// src/components/elements/form-element/label/label.twig
<label{{ attributes }} for="{{ for }}" class="FormElementLabel {{ classes|join(" ") }}{% if required %} is-required{% endif %}">{{ title }}</label>