```html
<label>
    <input type="checkbox" data-cart-toggle-attribute="Is A Gift" />
    This is a Gift
</label>
```

On a `change` event, set the cart attribute specified by `data-cart-toggle-attribute` to either "`Yes`" or "" (a blank string).
