5.5 Label View in a new window

The form label element must be present for all form elements, and have a for attribute that matches the id of the associated form element.

Twig: form/label/label.twig

Example
Markup
<label for="field1">A form label</label>
<input type="text" id="field1">