DetailsCopy MarkdownAccessibilityClicking the input label focus the input fieldA classic usability detail. When you click the label 'Email', the cursor should jump into the email input field. It expands the hit area and makes the form easier to use. HTML <label for="id"> does this natively. Don't break it.