I used this:
document.querySelectorAll('input[type="checkbox"]').forEach(function(element){element.checked=false});
I admit, this is sort of aramgeddon weapon, but if a page is meant to give me only things to read...