<%= f.input :terms, :as => :boolean, :label => false, :boolean_style => :inline %> Accept <%= link_to \"Terms of use\", terms_path,:remot
Ensure the checkbox and text are small enough to fit in one row inside the container, then set display: inline; or float:left;
display: inline;
float:left;