Sha256: f161fb06e3e0ae53799170c2687418b8553f0b2949a66aa90f38e4473b925607

Contents?: true

Size: 529 Bytes

Versions: 70

Compression:

Stored size: 529 Bytes

Contents

<%= content_tag(:label,
    aria: object.aria,
    checked: object.checked,
    class: object.classname,
    data: object.data,
    id: object.id,
    value: object.value) do %>

    <% if object.children %>
      <%= capture(&object.children) %>
    <% else %>
      <%= radio_button_tag object.name, object.value, object.selected, object.input_options %>
    <% end %>

    <span class="pb_radio_button"></span>
    <%= pb_rails("body", props: { status: object.body_status, text: object.text, dark: object.dark }) %>
<% end %>

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
playbook_ui-7.7.0 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.6.2 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.6.1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.6.0 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.5.1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.5.0 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.2 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.alpha6 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.alpha5 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.test4 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.test3 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.test2 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.alpha4 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.alpha2 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.4.0.pre.alpha1 app/pb_kits/playbook/pb_radio/_radio.html.erb
playbook_ui-7.3.0.pre.alpha12 app/pb_kits/playbook/pb_radio/_radio.html.erb