Sha256: c9c513aa8c04311d076114e2432d0905574f1e7f72db07e966a47a8f3870de6c
Contents?: true
Size: 701 Bytes
Versions: 25
Compression:
Stored size: 701 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
25 entries across 25 versions & 1 rubygems