useCheckMarks property
If true, check marks are used instead of checkboxes to indicate whether or not the item is selected for multi-select items.
This particular style is used in material menu dropdown for multi-select menu item groups.
Implementation
@Input()
bool useCheckMarks = false;