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.27.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.26.3.pre.pr1601 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.26.2.pre.pr1579 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.26.1.pr1584.pre.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.25.1.pre.1.pr1579 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.26.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.25.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.24.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.24.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.23.3.pre.1.pr1529 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.23.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.23.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.23.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.22.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.21.3.pre.pr1489 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.21.2.pre.pr1486 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.21.1.pre.pr1484 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-2.21.0 app/components/avo/fields/boolean_field/edit_component.html.erb