```html
<label>
    <input type="checkbox" data-cart-toggle="12345678" />
    Include Gift Card
</label>
```

On a `change` event, either add/remove the variant given by `data-cart-toggle` to/from the cart.
