Does not work.Even tried:
%div{ "data-toggle" => "buttons-radio", :class => "btn-group" }=
f.input :genre, :as => :radio, :collection => [["Business", "UG_B"],
["Registered charity", "UG_C"], ["Individual", "UG_P"]], :label =>
"You are a", :required => true, :input_html => {:class => "btn"}
Any other suggestions
On May 24, 10:34 am, Abram <
funkdif...@gmail.com> wrote:
> probably :html => { :data-toggle => "buttons-radio" }
>
>
>
>
>
>
>
> On Thu, May 24, 2012 at 3:26 PM, Ritvvij Parrikh <
ritvi...@gmail.com> wrote:
> > I am using Twitter Bootstrap and Simple form in rails app.
>
> > I want to stylize
>
> > = f.input :genre, :as => :radio, :collection => [["Business", "UG_B"],
> > ["Registered charity", "UG_C"], ["Individual", "UG_P"]], :label =>
> > "You are a", :required => true
>
> > using
>
> >
http://twitter.github.com/bootstrap/javascript.html#buttons--> Radio