If i want to select input with type checkbox and which is disabled i use
<input type="checkbox" disabled/>
input[type="checkbox"]:disabled
but i need now to select input with secondary attribute for example
How can i insert here also the :greyed-out ?
<input type="checkbox" disabled greyed-out />
input[type="checkbox"]:disabled ...