Sha256: 2235c1065b6d9525f65c6f39dbce6fd96578964a3223d5e9fc08562d8611a221
Contents?: true
Size: 434 Bytes
Versions: 9
Compression:
Stored size: 434 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = local_assigns[:html_options] || {} %> <div class="form-group"> <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
9 entries across 9 versions & 2 rubygems