Checkboxes Not Passing Multiple for Gatsby Site through Netlify Form

Hi @jonathanc, I checked your form and it looks like you are using the for attribute in your label tags for your checkboxes. Our form handling does not handle label tags with for attributes very well. Since you are already wrapping your checkbox with the label, the for attributes is not needed so it’s safe to remove. Let me know if that helps.