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.25.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.25.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.25.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.24.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.24.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.24.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.23.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.4 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.3 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.1.pre.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.1.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.22.0.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.21.1.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.21.0 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.20.2.pre.2 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.20.2.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb
avo-1.21.0.pre.1 app/components/avo/fields/common/boolean_group_component.html.erb