Sha256: 3242d8056ccedd9b9b90dabe110d2513d897eb82d0335e18607d554a001c9dd0
Contents?: true
Size: 482 Bytes
Versions: 29
Compression:
Stored size: 482 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(Caption.new(input: @input)) %> </div> <% end %>
Version data entries
29 entries across 29 versions & 2 rubygems