Options
VisuallyHidden accepts props.children
to set the label.
Accessibility
Visually hides an element from sighted users but still maintains it for screen readers and other assistive technologies. This is a common pattern used in web applications.
Implementation
<VisuallyHidden>My important label for screen readers</VisuallyHidden>