Sha256: 9685c7d16be6e76510542fec2ecaefbd8b7d3f688ea07ad1ecf7269090247d58

Contents?: true

Size: 558 Bytes

Versions: 46

Compression:

Stored size: 558 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-1 space-y-1">
      <% @options.each do |id, label| %>
        <div class="flex items-center flex-nowrap space-x-1">
          <%= render Avo::Fields::Common::BooleanCheckComponent.new checked: checked(id), size: :sm %>
          <div class="flex itdems-center text-left text-sm py-px"><%= label %></div>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.18.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.18.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.9 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.8 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.7 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/common/boolean_group_component.html.erb