function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TamurthTamurth 

Multi-Radio Buttons in VF pages

Is it possible to make multi-radio buttons alignment like displayed in the following link. I would like to display questions as multi-radio buttons in a visualforce page. The questions should be displayed without titles, and only one header for all the questions.  

 

Link to the image: https://docs.google.com/open?id=0B5RulK-LtShFcTVueDZfUXJqWTA

 

Thanks for help,

 

All the bet,

 

Anzar.

 

 

 

MagulanDuraipandianMagulanDuraipandian

http://infallibletechie.blogspot.in/2012/02/getting-checked-checkboxes-values.html

 

Check this it may be useful. Use <apex:selectRadio> instead of <apex:selectCheckbox>

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

 

SFDC Blog

 

If this post is your solution, kindly mark this as the solution.

TamurthTamurth

Any implementation of radio buttons like the image in the following URL ?

 

http://infallibletechie.blogspot.in/2012/02/getting-checked-checkboxes-values.html

Admin1112Admin1112

Hi ,

 

Did you get a solution for this i have a similar requirement .