document selector attribute code example
Example: js queryselector find without attribute
var test = document.querySelectorAll('input[value][type="checkbox"]:not([value=""])');
var test = document.querySelectorAll('input[value][type="checkbox"]:not([value=""])');