The aria-required
attribute can be used to indicate to assistive technologies that an <input>
element is required.
You don't need to use this if you're using the required
attribute but it can be useful if you have implemented your own validation.
Field Controls have an ARIA Required property that sets this attribute.