<div class="marketing-preferences {{#if error}}marketing-preferences--error{{/if}}">
  {{#if error}}
    {{> marketing-consent/error-marketing-preferences}}
  {{else}}
    {{#if checkboxState}}
      {{> checkbox
          label="This checkbox shows your email marketing preference, if checked you are signed up to receive emails, uncheck to opt out."
          id="checkout-journey-login"
          checked="true"
      }}
    {{else}}
      {{> checkbox
          label="So you'll never miss a deal, we will add you to our email marketing list. <br class='break-desktop'>Check this box if <strong>you do not</strong> wish to receive marketing emails from us."
          id="checkout-journey-guest"
      }}
    {{/if}}
  {{/if}}
</div>
