Fieldset (Default)

x
Param Description Input

1
2
3
4
5
<%= render DesignSystem::Form::FieldsetComponent.new(label:, modifiers:, hint:, error:) do %>
<%- checkboxes.each do |checkbox| -%>
<%= render checkbox %>
<%- end -%>
<% end %>