NIK
Password
{ var checkbox = document.getElementById('my_modal_6'); if (checkbox) { checkbox.checked = true; // Set the checkbox to false after 3 seconds setTimeout(() => { checkbox.checked = false; }, 3000); } }">Login