Sha256: bf505279fcec2fb54c162fb24c6cf980ceb8123008cc487bf7aac273c243d628
Contents?: true
Size: 568 Bytes
Versions: 32
Compression:
Stored size: 568 Bytes
Contents
<%= content_tag(:div, **@input.input_arguments) do %> <fieldset> <% if @input.label %> <%= content_tag(:legend, **@input.label_arguments) do %> <%= @input.label %> <% end %> <% end %> <%= render(SpacingWrapper.new) do %> <% @input.check_boxes.each do |check_box| %> <%= render(check_box.to_component) %> <% end %> <% end %> </fieldset> <div class="mt-2"> <%= render(ValidationMessage.new(input: @input)) %> </div> <div class="mt-2"> <%= render(Caption.new(input: @input)) %> </div> <% end %>
Version data entries
32 entries across 32 versions & 2 rubygems