rv = true;
if (controllo1) rv = false;
if (controllo2) rv = false;
...
if (!rv) coloralacasella;
return rv;