Sha256: 27168acc5b3ca1bdaba19bfba6407a73a1a2b6a00ffd5e01d669a8b81d6a0a93

Contents?: true

Size: 550 Bytes

Versions: 102

Compression:

Stored size: 550 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>
        <%= render Avo::Fields::Common::BooleanCheckComponent.new checked: checked %>
          <div class="ml-6 text-left py-px"><%= label %></div>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
avo-1.7.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.7.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.4.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.3.pre.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.3.pre.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.3.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.2.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.6.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.5 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.5.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.4.5.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.4.4.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.4.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.4.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.4.2 app/components/avo/fields/common/boolean_group_component.html.erb