function show_alert() { if (myCheckBox.checked) { alert("Флажок установлен"); } else { alert("Флажок не установлен") } }