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

3 lines
167 B
Plaintext

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