@microsoft/fast-foundation > ListboxOption > checked
ListboxOption.checked property
The checked state is used when the parent listbox is in multiple selection mode. To avoid accessibility conflicts, the checked state should not be present in single selection mode.
Signature:checked?: boolean;