Fixing a minor Forms 2.0 sort-of-bug re: title text (“Instructions”) and field labels

Only minor-league surprising, but when you add Instructions in Form Editor…

ss

… those become the title attributes (i.e. hover/hint text) of the form fields, but not of the corresponding form labels:

animated-ss

This is probably not a bug — it just is what it is — but can be sub-optimal especially if you restyle Checkboxes sets.

Grab the code from the JS pane here to fix it:

Now, each <label> gets the same title as its companion <input>:

animated-ss