Sha256: 4ee85d2e7bd8edfcc3c6530c848b21c23a10f49dcdcb2c4864fc04e66fa3cfd6

Contents?: true

Size: 580 Bytes

Versions: 103

Compression:

Stored size: 580 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

103 entries across 103 versions & 1 rubygems

Version Path
avo-3.10.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.10.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.9.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.9.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.8.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.9.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.8.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.8.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.6.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.6.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.6.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.6.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.6.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.5.8 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.5.7 app/components/avo/fields/common/boolean_group_component.html.erb