Hide checkboxes if mass actions are hidden

You could just block with CSS?

.yourcheckboxelement {
display: none !Important; 

}