Need to add a checkbox to Cart in Debut Theme

Topic summary

Goal: add a Terms & Conditions checkbox to the cart page in Shopify’s Debut theme.

Context: The user previously added a working HTML snippet (checkbox with label linking to /pages/terms-and-conditions) into Simple theme’s cart.liquid.

Issue: Debut theme doesn’t have cart.liquid and instead uses cart-template.liquid with a different structure, leaving the user unsure where or how to insert the checkbox.

Request: Guidance on the correct file/location and method to implement the checkbox in Debut theme.

Status: No answers or implementation steps provided yet; the question remains open.

Summarized with AI on February 12. AI used: gpt-5.

I am currently using the Simple Theme and we added the following code to the cart.liquid file.

I agree with the Terms and Conditions.

I need some guidance on how to add it to the Debut Theme. There isn’t a cart.liquid file, and the code for cart-template.liquid looks different.

Any help would be greatly appreciated.