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

Version Path
playbook_ui-8.1.3 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.1.2 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.1.0.pre.alpha1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.3 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.2.0.pre.alpha2 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.1.1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.2 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.2.0.pre.alpha1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.1.0 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.0 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.0.pre.alpha5 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.0.pre.alpha4 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-8.0.0.pre.alpha1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-7.16.0.pre.alpha5 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-7.16.0.pre.alpha4 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-7.16.0.pre.alpha3 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-7.16.0.pre.alpha2 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb
playbook_ui-7.16.0.pre.alpha1 app/pb_kits/playbook/pb_checkbox/checkbox.html.erb