document.onmousedown = function (e) { if (e.target.type=="checkbox") e.target.checked=!e.target.checked };