Sha256: 483fed0e227fd84213c81cb34a80682ea2ac2011e2f59f06f75fadff3aa3330c

Contents?: true

Size: 1.13 KB

Versions: 200

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

200 entries across 200 versions & 1 rubygems

Version Path
playbook_ui-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4567 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4565 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4563 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4559 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.1 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY16254545 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4543 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4539 app/pb_kits/playbook/pb_radio/radio.html.erb
playbook_ui-14.9.0.pre.rc.0 app/pb_kits/playbook/pb_radio/radio.html.erb