<!-- LABEL Component -->
<label class="kx-label" for="">
    Always point label for to an id
</label>
<!-- LABEL Component -->
<label class="kx-label{% if hideLabel == true %} kx-is-vishidden{% endif %}" for="{{ forId }}">
    {{ labelTxt }}{%- if optionalTxt %}<span class="kx-form__optional">({{ optionalTxt }})</span>{% endif %}
</label>
{
  "optionalTxt": null,
  "labelTxt": "Always point label for to an id",
  "hideLabel": null,
  "forId": null
}

There are no notes for this item.