Sha256: 2e9a784f7959f0850eb735adb8ac68c362ffb70ec44a07a8ae27da564ea96e1a
Contents?: true
Size: 429 Bytes
Versions: 137
Compression:
Stored size: 429 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = local_assigns[:html_options] || {} %> <div class="field"> <label> <% if local_assigns[:form] %> <%= form.check_box attribute, html_options %> <% else %> <%= hidden_field_tag name, 0 %> <%= check_box_tag name, 1, value, html_options %> <% end %> <%= label || form.object.class.human_attribute_name(attribute) %> </label> </div>
Version data entries
137 entries across 137 versions & 2 rubygems