Sha256: 0d19c1ed3879680794d4e0f89af99b0d41d64f51990125e97a08aa248def6583

Contents?: true

Size: 555 Bytes

Versions: 23

Compression:

Stored size: 555 Bytes

Contents

<div data-controller="tippy">
  <%= link_to t("avo.view").humanize, "javascript:void(0);", data: {"tippy-target": :source} %>
  <div class="hidden" data-tippy-target="content">
    <div class="p-2 space-y-2">
      <% @options.each do |id, label| %>
        <div class="flex flex-nowrap">
          <%= render Avo::Fields::Common::BooleanCheckComponent.new checked: @value.present? && @value&.with_indifferent_access[id].present? %>
          <div class="ml-px text-left py-px"><%= label %></div>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
avo-3.13.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.13.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.12.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.10 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.9 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.8 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.7 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.11.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.10 app/components/avo/fields/common/boolean_group_component.html.erb