Sha256: 39cafd6ac26496dbf30e340ac81dc3ee6fbb1b853769c369c5f74806cef63c2b

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

<%= pb_content_tag(:label,
    checked: object.checked,
    **combined_html_options) do %>

    <% if content.present? %>
      <%= content %>
    <% 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

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_radio/radio.html.erb