We are very close!What you suggested is working. One unfortunate side
effect is that the radio buttons do not show anything inside them when
they are clicked. Here is an
example:form1.#subform[0].RadioButtonList[3].propboxYES::mouseUp -
(JavaScript, client)if(this.rawValue = 1){//The radio button is
onpropbox.rawValue=
50}form1.#subform[0].RadioButtonList[3].propboxNO::mouseUp -
(JavaScript, client)if(this.rawValue =1){//The radio button is
onpropbox.rawValue= 0}With the code above, its making t...