Sha256: daf57081028fbdabe797874124209f22c13b25baf71e70692aa670a6d340ff28
Contents?: true
Size: 600 Bytes
Versions: 61
Compression:
Stored size: 600 Bytes
Contents
<div class="FormControl-check-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.check_boxes.each do |check_box| %> <%= render(check_box.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