[Type='radio'] Question

Is there a special syntax to incorporate a [type=‘radio’] selector to an element like a form so it will cascade to each link that involves a radio tag?

I have tried

What have you tried? Could you explain more on the result you are looking for? Post some code?

if you use [type='radio'] you are selecting all the elements that have that attribute

do you mean you want to select only those inside a specific form, instead of all of those on your page?