<%= form_with model: import, class: "contents" do |form| %>
<%= form.collection_radio_buttons :source, Import.sources.except('google_records'), :first, :first do |b| %>
<% end %>
<%= form.submit class: "rounded-lg py-3 px-5 bg-blue-600 text-white inline-block font-medium cursor-pointer" %>
<% end %>