The “for” attribute of the <label for=""> tag often does not find an element with the same ID.
In form_row.tsx you write a <label for={this.id} every time. But often the child element (rendered with {inner}) don't generate an element with the needed id. This happens, for example, with tags, canvas and groups.