NOTE: The
FormControl 
component cannot automatically connect the label to the provided input. Please take care to pass the
for:
attribute to
FormControl
, eg:
Primer::Alpha::FormControl.new(label_arguments: { for: "field-name-or-id" })
. - Your friendly neighborhood accessibility team.