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
prazonprazon 

rendering radio buttons vertically

 

 

I have the following code for radio button. But these radio buttons render horizontally I want to render them veritically. Is there any way to do that ?

 

<apex:selectRadio value="{!productSelected}">
                <apex:selectOptions value="{!items}"/>                
            </apex:selectRadio>