When you use theme="simple" the radio buttons are rendered as plain html inputs:
eg. <input type="radio" name="...

You can simply lay theme out using HTML or css:
eg.
with line breaks:
<s:radio .../><br/><s:radio .../><br/>
with css:
input['type='radio'] {
 display: block;
}
or within a table.

If you're using the radios from a list it may be easier to override the template to include a <br/> between each item.

xianwinwin wrote:
you suggested:

Use theme="simple" on the radio then add breaks between each radio
button; or
Q: what do you mean by "add breaks between each radio
button"

Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to