From 6ca574255fb16de1884285045ba3651b4e7aa473 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Sun, 23 Jun 2024 11:54:54 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 2f7b440..8f095a5 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -575,7 +575,7 @@ this.requiredPlaceholder.setAttribute('form', 'product-form-' + this.section_id); this.requiredPlaceholder.name = 'properties[Checkbox]'; this.requiredPlaceholder.required = true; - this.requiredCheckbox.checked = false; // Default unchecked + this.requiredPlaceholder.checked = false; // Default unchecked this.requiredPlaceholder.addEventListener('input', (event) => { event.target.checked = false; return false;