Display Confirm Prompt When Checkbox is Checked But Not When Unchecked

needs to be changed to:

if (this.checked) set_check(this);
1 Like