Sha256: 9b95af444d224cfebc48d3a3dde383c3873a901ff9e73543fe408d128ec622d1
Contents?: true
Size: 606 Bytes
Versions: 18
Compression:
Stored size: 606 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 %> <div class="mb-2"> <%= render(Caption.new(input: @input)) %> </div> <%= 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>
Version data entries
18 entries across 18 versions & 2 rubygems