I've litte problem with radiobuttons in SimpleForm.

When i use

= f.association :manufactureType, :collection => ManufactureType.all, :as => :radio

Rails simply generates few radiobuttons, but none of them are selected. I want first radiobutton to be selected by default. How can i make it?

Thanks

link|improve this question
3  
Ok. I've found answer for this question. Simply add :checked => 1 (value) at the end of the line and it works :) – Chev Jun 25 '11 at 13:22
You should add it as answer to your question. – bluefeet Jun 25 '11 at 22:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.