Sha256: ef3c77940cebd7f73d5f35146ea0ee4919dddf95501ee34df975433b68258604

Contents?: true

Size: 352 Bytes

Versions: 147

Compression:

Stored size: 352 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: 'mx-2 text-lg h-4 w-4',
      disabled: @field.readonly,
      checked: @field.value
    %>
  </div>
<% end %>

Version data entries

147 entries across 147 versions & 1 rubygems

Version Path
avo-1.20.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.11 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.10 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.9 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.8 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.7 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.19.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.2.pre.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.0.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.0.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.18.0.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb