Sha256: 1e95049a22cf9e8e4251edab62c900912faf4330691355f8e9860a2a91e2c4e3
Contents?: true
Size: 512 Bytes
Versions: 632
Compression:
Stored size: 512 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 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
632 entries across 632 versions & 1 rubygems