{{#let (element (or @as 'label')) as |Tag|}}
  <Tag
    id='{{@guid}}-label'
    for='{{@guid}}-button'
    {{on 'click' @handleLabelClick}}
    {{this.registerLabel}}
    ...attributes
  >
    {{yield}}
  </Tag>
{{/let}}