Sha256: 133b6cecc6a94defcfa290a42ca937e0a8a74a315fad91e7d5adfb983e5ff648

Contents?: true

Size: 496 Bytes

Versions: 58

Compression:

Stored size: 496 Bytes

Contents

<%= field_wrapper **field_wrapper_args, dash_if_blank: false do %>
  <div class="h-8 flex items-center">
    <%= @form.check_box @field.id,
      checked: @field.value,
      class: "text-lg h-4 w-4 checked:bg-primary-400 focus:checked:!bg-primary-400 #{@field.get_html(:classes, view: view, element: :input)}",
      data: @field.get_html(:data, view: view, element: :input),
      disabled: disabled?,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  </div>
<% end %>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
avo-2.35.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.7.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.4.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.34.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.3.pre.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.3.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.33.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.32.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.32.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.32.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.32.3 app/components/avo/fields/boolean_field/edit_component.html.erb