Sha256: a9ce274a8f8935ec56a67e43b9d3759f3b8cd1acf07f8b99193e94bc1adbd01c

Contents?: true

Size: 627 Bytes

Versions: 53

Compression:

Stored size: 627 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <div class="flex items-center">
    <div class="space-y-2">
      <% @field.options.each do |id, label| %>
        <label class="block">
          <%= @form.check_box @field.id,
            {
              class: @classes,
              data: @data,
              disabled: disabled?,
              id: "#{@form_scope}_#{@field.id}_#{id}",
              style: @style,
              multiple: true,
              checked: checked?(id)
            },
            id,
            ""
          %>
          <%= label %>
        </label>
      <% end %>
    </div>
  </div>
<% end %>

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.16.0 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.7 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.6 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.5 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.4 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.3 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.2 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.1 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.15.0 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.5 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.4 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.3 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.2 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.1 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.14.0 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.13.7 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.13.6 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/boolean_group_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/boolean_group_field/edit_component.html.erb