document.querySelectorAll('input[type="checkbox"].switch-input').forEach(input=>{ input.checked=true; input.dispatchEvent(new Event('change',{bubbles:true})); });