Hi,
Buttonset function just not work correctly.. It does NOT reflect changes to underneath radio input..
So you can choose whatever you want, submit your form.. NONE of your radio input will ever be checked.. !!
I thought i was doing something bad, and checked the source of the demo
http://jqueryui.com/demos/button/#radioYou can click Choice1 ou choice3, it beautiful.. But it's still input radio "choice2" which is checked.. in the source and none of the others !!
the doc says :
Button enhances standard form elements like button, input of type submit or reset or anchors to themable buttons with appropiate mouseover and active styles.
In addition to basic push buttons, radio buttons and checkboxes (inputs of type radio and checkbox) can be converted to buttons: Their associated label is styled to appear as the button, while the underlying input is updated on click.
The Underlying input IS NOT UPDATED on click.. And no errors shown..
Bug ?
Thanks for any help