how to make product option like checkbox in dawn theme?

Topic summary

A user wants to implement checkbox-style product options in the Dawn theme, similar to a reference website example.

Proposed Solution:

  • Keep existing product options unchanged
  • Use line item properties instead of variants to add checkbox options for extras/add-ons
  • These selections appear in cart and checkout alongside the main product

Implementation Steps:

  1. Locate the <form> tag in main-product.liquid
  2. Insert checkbox HTML code before the Add to Cart button
  3. The code snippet provided creates checkboxes that capture customer selections

Key Limitation:
This approach doesn’t create new product variants but works well for upsells or personalization options.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi I want to make product options like checkbox like this website in dawn theme. https://www.rabiazahur.com/dusky-rose-elegance
Thanks!

leave your main product options as they are
and add a checkbox using line item properties which lets customers pick extras and it shows up in the cart and order

so in main-product.liquid look for the tag and inside the form before the Add to Cart button add this


  
  

in the cart and checkout you’ll see those add-ons listed under the product

this doesn’t create new variants but it’s perfect for upsells or personalization