Sha256: ff733379225b3f02f86e0b4170156a5d4f455f8c54bd5e998cdfe9ff23a32bd0

Contents?: true

Size: 537 Bytes

Versions: 28

Compression:

Stored size: 537 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.readonly,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  </div>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-2.13.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.13.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.12.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.2.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.2.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.1.pre.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.1.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.1.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.11.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.10.3.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.10.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.9.2.pre1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.10.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.9.1.pre7 app/components/avo/fields/boolean_field/edit_component.html.erb