Describe the issue:
If you click on the label that should correspond with the checkbox under the āvalidationsā tab in any type of field, the checkbox doesnāt get checked. Iāve checked the code and it it seems like the checkbox doesnāt have the correct id. The label has a for attribute to a id that doesnāt exist.
Here is an example of the label that should check/uncheck the checkbox. (Highlighted label)
Iāve copied some code from the devtools as an example of how it should be
<label for="validators.required.enabled">Required</label>
<input name="validators.required.enabled" id="validators.required.enabled" type="checkbox">
