Topic: How to use checkbox style in rails application?
= f.input :remember_me, as: :boolean if devise_mapping.rememberable?
How to match your css style:
%p
%input#test6{:checked => "checked", :type => "checkbox"}/
%label{:for => "test6"} Basic
Michal Szymanski
staff answered 5 years ago
- User: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No