I am having trouble with formatting a checkbox in my form.
It currently appears really small in my form and i have no idea how to make it larger.
the code looks like:
<%= f.label :email %> <%= f.email_field :email %>
<%= f.label :password %> <%= f.password_field :password %>
<%= f.label :remember_me %> <%= f.check_box :remember_me %>
Maybe its an issue I can resolve with CSS but currently my other fields are not using any..
Just some more info, I’m using twitter bootstrap, so any solution with it will work great.
Add CSS class and style option.
May be this will help you.