Founry Form Pro : Required checkbox not red

Hi,

I see that when a required checkbox isn’t checked, it’s not highlighted red as text-input fields are.
I also read the discussion from 2018, and so it is still an issue.

Either highlight no fields at all (not at all user-friendly) or all (very user-friendly), but never just some.

I know a checkbox is not sent with the form when it is not checked (stupidest thing ever invented), so you can write a simple javascript that highlights all DOM elements which have the ‘required’ attribute and are empty or not checked, in red, on submit.

Now that I write this, perhaps I can write this JS-snippet myself and add it to the page’s Javascript-pane.

- -
Marc