TwitterBootstrapを使用しています。
私は次のコードを持っています...
<div class="row">
<div class="span5">
<%= f.input :is_authorized_to_leave_with_child %>
<%= f.input :is_emergency_contact %>
</div>
<div class="span5">
</div>
</div>
問題は、ラベルが左側に表示され、チェックボックスが右側に表示されることです。Twitter Bootstrapサンプルフォームのチェックボックスセクションがどのように見えるかとは正反対です。http://twitter.github.com/bootstrap/base-css.html#formsをチェックしてください。
チェックボックスは右側にあり、ラベルは右側にあります。どうすればそのように表示できますか?