Sha256: 421eb43b1a269f5cb3bd31ebf0fa81d751991abbf2e816f909d87a41f98a6cd3
Contents?: true
Size: 702 Bytes
Versions: 77
Compression:
Stored size: 702 Bytes
Contents
<%= content_tag(:label, aria: object.aria, id: object.id, data: object.data, class: object.classname) do %> <% if object.children %> <%= capture(&object.children) %> <% else %> <%= object.input %> <% end %> <span class="pb_checkbox_checkmark"> <%= pb_rails("icon", props: { icon: "check", id: "check_icon", classname: "check_icon", fixed_width: true}) %> </span> <span class="pb_checkbox_label"> <%= pb_rails("body", props: { status: object.checkbox_label_status, text: object.text, dark: object.dark, margin_right: object.form_spacing ? "xs" : "" }) %> </span> <% end %>
Version data entries
77 entries across 77 versions & 1 rubygems