Sha256: 6ceb804933c273599ef6d333997316321bd61c09b2fc745660b77295b715714b

Contents?: true

Size: 291 Bytes

Versions: 16

Compression:

Stored size: 291 Bytes

Contents

<%= field_wrapper(**field_wrapper_args) do %>
  <div class="flex flex-col gap-2">
    <% @field.options.each do |key, value| %>
      <div>
        <%= form.radio_button @field.id, key %>
        <%= form.label @field.id, value, value: value %>
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
avo-3.17.5 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.3 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.2 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.1.tw4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.1 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.17.0 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.16.6 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.16.5 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.16.4 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.16.3 app/components/avo/fields/radio_field/edit_component.html.erb
avo-3.16.2 app/components/avo/fields/radio_field/edit_component.html.erb