I have this selector below where it ignores any li with the class show-all-boxes
li
show-all-boxes
$(\'.boxes li:not([class=\"show-all-boxes\"])
try this :
$('.boxes li').not(".show-all-boxes, .show-all-circles, .show-all-triangles").find('input:checkbox')