Sha256: 95c8e5165a784beabc9304875a201fdb0a19f92d2bf3de971b050cc4290014f2

Contents?: true

Size: 576 Bytes

Versions: 185

Compression:

Stored size: 576 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|
          checked = @value.present? && @value[id.to_s].present?
      %>
      <div class="flex flex-nowrap">
        <%= render Avo::Fields::Common::BooleanCheckComponent.new checked: checked %>
          <div class="ml-px text-left py-px"><%= label %></div>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

185 entries across 185 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.52.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.49.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.48.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.47.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.46.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.45.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.44.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.43.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.42.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.42.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.42.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.41.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.40.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.39.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.38.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.37.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.37.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.37.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-2.36.3 app/components/avo/fields/common/boolean_group_component.html.erb