When checkboxes are enabled in the MultiSelect component, disabled items appear as checked in the dropdown list. However, since disabled items should not logically be selectable, the checkboxes for these items remaining checked may lead to potential confusion.
Replication Procedure:
Run the sample
Open the popup
See the issue
Expected Output:
Checkboxes for disabled items should not be checked, regardless of preselected values.
Current Output:
Disabled items have their checkboxes checked, which should not occur.