Field Types
Checkbox Field
Checkbox field for optional yes/no add-ons like gift wrapping, engraving, or extended warranty.
When to use
- Gift wrapping (“Add gift wrapping +£3”)
- Engraving opt-in (“Add engraving +£5”)
- Extended warranty (“Add 2-year warranty +£15”)
- Terms acknowledgement (no price, required)
Settings reference
| Setting | Description |
|---|---|
| Label | Text shown next to the checkbox. Supports HTML for price display. |
| Required | Forces the customer to check the box before adding to cart. |
| Default checked | If enabled, the checkbox starts checked (the price adds automatically). |
| Pricing type | Fixed, percentage, formula, or none. See Pricing docs. |
| Price display | Show the price next to the label, e.g. “+£3.00” |
| Conditional logic | Show or hide based on another field’s value. |
Order item meta
When a customer checks the checkbox, the order item will contain:
Field label: "Add gift wrapping"
Value: "Yes"
Price: +3.00Tips
- Need several independent toggles? Use Checkbox Group instead.