AVT- Check boxes and radio buttons must have a label after the input control.
Summary
Check boxes and radio buttons must have a label after the input control.
Steps to reproduce
GitLab->CI/CD->Schedules-> New
What is the expected correct behavior?
Applications generally place the labels for radio buttons and check boxes after the input control. This practice causes users to expect label placement to be consistent. When label placement does not follow this convention, users can become disoriented.
Possible fixes
Add 'label' tag after the input control. For example:
<input id="chk1" name="chkgroup" type="checkbox"><label for="chk1">Option 1</label>
Relevant screenshots
-
[New Schedule]
- image
Edited by 🤖 GitLab Bot 🤖
