====== Fieldsets and grouping inputs ====== Fieldsets should be used to group multiple fields that make up one unit of data. Groups of radio buttons should be contained in a fieldset. Names, addresses, phone number groups, email and password pairs might be good candidates for fieldsets. However, screen readers will announce the fieldset legend as a prefix for each label within, so this might be overkill in situations where the label alone ("First name") is sufficient. In these situations, a visual grouping without ''
'' is more appropriate. ===== Bootstrap input groups ===== Bootstrap provides [[https://getbootstrap.com/docs/5.2/forms/input-group/|input groups]] and advises that the text in the gray box should not be the field's ''