jQuery RadioButton Value Behavior

When you programatically change value of Radiobutton using RadioButton1.setValue(1,True) as there is not a radiobutton.value = 1, the other items do not toggle to false. (Similar to radiobutton in VB) You need to set all items to False and then set the item you want to True. This does not seem to be by design. Any one else having this problem or has a fix? Thanks

You’ll need to take care of unsetting the other button when you set a new one.