<div class="checkout-widget">
  <h3 class="heading-3">
    {{#if info-icon}}
      <i class="info-icon fas fa-info-circle"></i>
    {{/if}}
    Information
    </h3>
  <p class="checkout-widget__subscribe-message">
    So you'll never miss a deal, we've added you to our email marketing list.
  </p>
  {{> checkbox label="Tick the box if you do not wish to receive marketing emails from us."
    id="checkout-widget-information"}}
</div>