Does someone have a simple example of using two radio buttons (YES / NO)?

Can they be populated from a boolean in the form?

 <input type="radio" name="LIKES_DONUTS" value="YES" checked> Yes
 <input type="radio" name="LIKES_DONUTS" value="NO">No

Side Question: What's the pro/con of simply using the standard HTML elements
with some <logic:> tags to do this?

Thanks,
Tim

Reply via email to