You need to sign in to do that
Don't have an account?

how to know if the radio button is checked on click of button on vfpage
Hi All,
I am having below selectradio on my vfpage with values"agree" and "disagree", now my requirement id i need to check if the radio button is checked or not after clicking a button.
can any one please with code to implement this using javascript
<apex:pageBlock id="block">
<apex:selectRadio id="radioButtonId" value="{!selectedValue}" styleClass="mandatoryField" >
<apex:selectOptions value="{!RadioValues}" />
</apex:selectRadio>
Best Regards,
Mohammad Yaseen.
<apex:pageBlock id="block">
I am having below selectradio on my vfpage with values"agree" and "disagree", now my requirement id i need to check if the radio button is checked or not after clicking a button.
can any one please with code to implement this using javascript
<apex:pageBlock id="block">
<apex:selectRadio id="radioButtonId" value="{!selectedValue}" styleClass="mandatoryField" >
<apex:selectOptions value="{!RadioValues}" />
</apex:selectRadio>
Best Regards,
Mohammad Yaseen.
<apex:pageBlock id="block">
Try below example. You will get some idea.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_selectRadio.htm (check for example )
Let me know if you need more help
Thanks
May I suggest you, please check with below links from the community forums which might help you accelerate further with the above requirement.
- https://success.salesforce.com/answers?id=90630000000huYYAAY
- https://developer.salesforce.com/forums/?id=906F0000000MHU1IAO
Please let us know if this helps.Thanks,
Nagendra