Visual asterisk indicating a form field is required. Pair with required or aria-required="true" on the associated input; the marker is aria-hidden so screen readers use the native required semantics.
required
aria-required="true"
A styled asterisk for required field labels.
Visual asterisk indicating a form field is required. Pair with
requiredoraria-required="true"on the associated input; the marker is aria-hidden so screen readers use the native required semantics.