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.7.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.7.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.4.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.3.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.3.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.3.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.2.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.6.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.5.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.4.5.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.4.4.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.4.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.4.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-1.4.2 app/components/avo/fields/boolean_field/edit_component.html.erb