Sha256: 483fed0e227fd84213c81cb34a80682ea2ac2011e2f59f06f75fadff3aa3330c

Contents?: true

Size: 1.13 KB

Versions: 340

Compression:

Stored size: 1.13 KB

Contents

<% if object.custom_children %>
  <%= pb_rails("flex", props: {
    aria: object.aria,
    align: "center",
    class: object.classname,
    cursor: "pointer",
    data: object.data,
    **combined_html_options
  }) do %>
    <%= content_tag(:label,
      'data-pb-radio-children': 'true',
      checked: object.checked,
      class: object.classname,
      id: object.id,
      value: object.value) do %>
      <%= input %>
      <span class="pb_radio_button"></span>
    <% end %>
    <div data-pb-radio-children-wrapper="true"> <%= content %> </div>
  <% end %>
<% else %>
  <%= content_tag(:label,
      aria: object.aria,
      checked: object.checked,
      class: object.classname,
      data: object.data,
      id: object.id,
      value: object.value,
      **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 %>
<% end %>

Version data entries

340 entries across 340 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.6 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.12.0.pre.rc.5 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 app/pb_kits/playbook/pb_radio/radio.html.erb