engine/app/views/admin/custom_fields/types/_boolean.html.haml

3 lines
144 B
Plaintext
Raw Normal View History

= form.custom_input field._alias.to_sym, :label => field.label, :hint => field.hint, :css => 'toggle' do
= form.check_box field._alias.to_sym