Sha256: c05c9d79821621741ec75dba50769507b321497e50035c18b36996138812c4cc
Contents?: true
Size: 608 Bytes
Versions: 61
Compression:
Stored size: 608 Bytes
Contents
<div class="FormControl-radio-group-wrap"> <%= content_tag(:fieldset, **@input.input_arguments) do %> <% if @input.label %> <%= content_tag(:legend, **@input.label_arguments) do %> <%= @input.label %> <% end %> <% end %> <%= render(SpacingWrapper.new) do %> <% @input.radio_buttons.each do |radio_button| %> <%= render(radio_button.to_component) %> <% end %> <% end %> <% end %> <div class="mt-2"> <%= render(ValidationMessage.new(input: @input)) %> </div> <div class="mt-2"> <%= render(Caption.new(input: @input)) %> </div> </div>
Version data entries
61 entries across 61 versions & 2 rubygems