{{! Copyright 2020, Verizon Media. Licensed under the terms of the MIT license. See accompanying LICENSE.md file for terms. }}
<div class="checkbox denali-checkbox">
  <input id="denali-checkbox-{{this.checkboxId}}" type="checkbox" ...attributes>
  <label for="denali-checkbox-{{this.checkboxId}}">
    {{yield}}
  </label>
</div>