Displaying 1 result from an estimated 1 matches for "_unchecks_".
Did you mean:
_uncheck_
2005 Nov 04
1
prototype EventObserver on radio option elements
...law in how it works with
radio options.
Radio options are a little unusual in that there are multiple distinct
elements, tied together by a common name, where changing one element
causes a change to another element. That is, selecting a radio option
causes it to become "checked" and _unchecks_ a different element. The
behavior is not on a single element.
It entirely possible that I missed some simple solution already hiding
within the prototype library. Please enlighten me if that is so.
I started by adding an EventObserver to each radio element in the same
group of radio options....