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

Version Path
playbook_ui-7.5.1 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.5.0 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.2 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.1 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.alpha5 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.test4 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.test3 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.test2 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.alpha2 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.4.0.pre.alpha1 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha12 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha11 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha10 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha9 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha8 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha7 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha6 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb
playbook_ui-7.3.0.pre.alpha5 app/pb_kits/playbook/pb_checkbox/_checkbox.html.erb