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.25.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.25.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.25.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.24.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.24.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.24.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.23.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.1.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.22.0.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.21.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.21.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.20.2.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.20.2.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.21.0.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb