JS QuerySelector Find sin atributo

var test = document.querySelectorAll('input[value][type="checkbox"]:not([value=""])');
Healthy Hare