<%# locals: (model:, attribute:, turbo_frame: nil) %> <%= form_with model: model, namespace: model.id, class: "flex items-center", data: { controller: "auto-submit-form", turbo_frame: turbo_frame } do |form| %>
<%= form.check_box attribute, { class: "sr-only peer", data: { "auto-submit-form-target": "auto" } } %> <%= form.label attribute, " ".html_safe, class: "switch" %>
<% end %>