form-element-label
Information
- Folder
src/components/fsk/form/form-element/form-element-label
Files
Schema
Mocks
Template
// src/components/fsk/form/form-element/form-element-label/form-element-label.html.twig
<label{{ attributes ? attributes|without("class", "for") : "" }} for="{{ attributes.for }}" class="FskFormElementLabel{{ title_display == 'invisible' ? " u-hiddenVisually" : "" }} {{ attributes.class }}{% if required %} is-required{% endif %}">{{ title }}</label>