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