I'm trying to obtain a similar effect to admin/user/user but with radio buttons not checkboxes. I succeeded with textfield but I can't obtain the same effect with radio.
if I use radio with the same technique, having different "name" attribute the radio buttons aren't in the same "group", so once selected they don't deselect. Javascript is not an option.
As last resort I could create my element function, but is there a way to use radios in spite of radio? Or anything to obtain the effect in a kosher way?
thanks