cluetip stops radiobuttons from working

cluetip stops radiobuttons from working

Hi there,

I am using cluetip to display additional information about form input. Part of the forms are radiobutton groups.
To make cluetip work for a complete group I wrapped all input elements (incl. labels) with a span that contains the tooltip data plus a custom class to select.
This works great, except for radiobuttons (haven't checked checkboxes yet). It looks like the click event is swallowed or something.

Weird thing is that I can see the 'animation' of the radiobutton being clicked. Only the state doesn't change...

Any help appreciated,

mano