Sha256: 752a54bfd4a07f2a15012feb38eb9899e094baa9c0692fc4570a8f50ff9b628b
Contents?: true
Size: 489 Bytes
Versions: 8
Compression:
Stored size: 489 Bytes
Contents
<% if ff.object.field_type != 'radio' %> <div class="form-item--full-size standard-form--checkbox field-setting-choices--allow-null"> <%= ff.input :allow_null, as: :radio_buttons, label: t('binda.allow_null'), collection: [[t('binda.allow_null_true'), true], [t('binda.allow_null_false'), false]], label_method: -> (x){ "<span class=\"standard-form--input-box\"></span>#{x[0]}".html_safe }, checked: ff.object.allow_null, default: true %> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems