shx-3d-render

main
Jan Umbach 2024-06-23 11:54:54 +02:00
parent db47ef624a
commit 6ca574255f
1 changed files with 1 additions and 1 deletions

View File

@ -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;