Sha256: d599bcfa2e98a1c4b6df43e2c3264d44ad1bdd7b8eefca41cae7af8089d268a4
Contents?: true
Size: 523 Bytes
Versions: 27
Compression:
Stored size: 523 Bytes
Contents
<div class="FormControl-radio-wrap"> <%= builder.radio_button(@input.name, @input.value, **@input.input_arguments) %> <span class="FormControl-radio-labelWrap"> <%= builder.label(@input.name, value: @input.value, **@input.label_arguments) do %> <%= @input.label %> <% end %> <%= render(Caption.new(input: @input)) %> </span> </div> <% if @input.nested_form_block %> <%= content_tag(:div, nested_form_arguments) do %> <%= render(@input.nested_form_block.call(builder)) %> <% end %> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems