Angular - Internationalization and Accessibility
Analyze this Angular template snippet:
Given
<span [attr.aria-checked]="selectionStatus">Item</span>
Given
selectionStatus can be true, false, or undefined, what is the main issue with this code regarding ARIA compliance?