Sha256: 97e181bc227c74d7505049f8c39ce5adc70a98b413648c26b11067b4a19fc6b7

Contents?: true

Size: 531 Bytes

Versions: 74

Compression:

Stored size: 531 Bytes

Contents

<%= field_wrapper **field_wrapper_args, dash_if_blank: false do %>
  <div class="h-8 flex items-center">
    <%= @form.check_box @field.id,
      value: @field.value,
      checked: @field.value,
      class: "text-lg h-4 w-4 checked:bg-primary-400 focus:checked:!bg-primary-400 rounded #{@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

74 entries across 74 versions & 1 rubygems

Version Path
avo-3.6.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.6.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.8 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.7 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.5.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.4.4 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.4.3 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.4.2 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.4.1 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.4.0 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.3.6 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.3.5 app/components/avo/fields/boolean_field/edit_component.html.erb
avo-3.3.4 app/components/avo/fields/boolean_field/edit_component.html.erb