<label id="" class="" style="">
    
</label>
<label
        id="{{id}}"
        {{#if labelfor}}for="{{labelfor}}"{{/if}}
        class="{{modifier}}"
        style="{{style}}"
>
    {{#if text}}<span>{{text}}</span>{{/if}}
    {{> @children}}
</label>
{
  "id": null,
  "labelfor": null,
  "text": null,
  "modifier": null,
  "style": null
}

There are no notes for this item.