Several radio buttons with the same name act as a set, where checking one unchecks the others. What is the scope of this behavior?
- The form in which the button resides
- The page / document on which the button resides
- Does scope pass into
iframe
s?
I have always used them in forms, but now writing formless HTML (using ajax for posting), and everything seems to be working just fine, so my guess is #2.