Skip to content

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

SettingDescription
LabelText shown next to the checkbox. Supports HTML for price display.
RequiredForces the customer to check the box before adding to cart.
Default checkedIf enabled, the checkbox starts checked (the price adds automatically).
Pricing typeFixed, percentage, formula, or none. See Pricing docs.
Price displayShow the price next to the label, e.g. “+£3.00”
Conditional logicShow 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.00

Tips