extraAttributes to reformat hint on checkbox?
I want a checkbox hint to be underneath the checkbox, like in the screenshot. In order to do that, I need to add
flex-col items-start classes to the parent div, not the input itself. Using extraAttributes seems like it only adds the class to the input itself. Does anyone know how I might accomplish this?

Solution
Super ugly, but this works. I put the the
extraAttributes on the form itself, and then added this css selector: