Sha256: dcc93bb492a9efe76d498cfaf446edd59f303e8f0c260e6d570969980921baf3

Contents?: true

Size: 541 Bytes

Versions: 20

Compression:

Stored size: 541 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,
      checked: @field.value,
      class: "text-lg h-4 w-4 #{@field.get_html(:classes, view: view, element: :input)}",
      data: @field.get_html(:data, view: view, element: :input),
      disabled: @field.is_readonly?,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  </div>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-2.14.3.pre.7.polytranslations1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.3.pre.6.nosprockets app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.3.pre.5.nosprockets app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.3.pre.4.tosqlfix app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.3.pre.3.jsbundling app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.3.pre.2.tailwindcss app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.2.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.14.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.6.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.6.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.5.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.5.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.4.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.3.pre.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.3.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.3.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.3.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb