for
attribute
<!-- Start: @form-label--default -->
<label class="form-label" for="">This is a form label <span class="form-hint">This is hint text</span></label>
<!-- End: @form-label--default -->
<label class="form-label" for="{{ id }}">{{ label }}{% if hint %} <span class="form-hint">{{ hint }}</span>{% endif %}</label>
{
"@form-label--default": {
"label": "This is a form label",
"hint": "This is hint text"
}
}