Sha256: e4764d1aa45cd9c269a2fef6a9fd34106c062bba51067fca66628d442fb3653a
Contents?: true
Size: 603 Bytes
Versions: 19
Compression:
Stored size: 603 Bytes
Contents
<%= content_tag(:label, aria: object.aria, id: object.id, data: object.data, class: object.classname) do %> <%= content.presence || object.input %> <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
19 entries across 19 versions & 1 rubygems