Sha256: 7867078f2dc2c4464f6e9b8aeeb3236173d0805ff620a9b8dc91bc12dbb39efe

Contents?: true

Size: 347 Bytes

Versions: 31

Compression:

Stored size: 347 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, dash_if_blank: false, displayed_in_modal: @displayed_in_modal do %>
  <div class="h-8 flex items-center">
    <%= @form.check_box @field.id,
      class: 'text-lg h-4 w-4',
      disabled: @field.readonly,
      checked: @field.value
    %>
  </div>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
avo-2.7.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.7.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.6.1.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.6.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.6.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.7 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.2.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.5.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.4.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.4.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.3.1.pre.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.3.1.pre.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.3.1.pre.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.3.1.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb