<p class="cart-attribute__field"> <input type="hidden" name="attributes[Contact free delivery]" value="No"> <input type="checkbox" name="attributes[Contact free delivery]" value="Yes"{% if cart.attributes["Contact free delivery"] == "Yes" %} checked{% endif %}> <label>Contact free delivery</label> (<a href="/pages/contact-free" target="_contactfree">Learn more</a>) </p>
{% include 'contact-free' %}