Tab, Shift-TabSpace, Enteraria property:aria-label="STRING"role="group"aria-pressed="BOOLEAN"role="status", role="alert"message and state or loading prop change, the status message is announced.aria-hidden="true"required attribute is set, the visible asterisk indicator is hidden from assistive technologies.aria-invalid="true"error state is set.aria-required="true"aria-label to provide more context for
assistive technologies, e.g.: <p-segmented-control aria-label="Choose a t-shirt size">.aria property on the control item itself, e.g.:
<p-segmented-control-item value="xs" aria="{ 'aria-label': 'Size x-small'}">XS</p-segmented-control-item>.aria property
of the control item.disabled state. Disabled elements are no longer focusable and may be missed by screen
reader users. They can also confuse sighted users if the reason they are disabled is not made clear.