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.0.0.pre6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.0.pre4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.0.pre3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.0.pre2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.0.pre1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.2.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.2.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.2.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.7 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.1.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.8 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.7 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.6 app/components/avo/fields/common/boolean_group_component.html.erb
avo-3.0.5 app/components/avo/fields/common/boolean_group_component.html.erb