components
components copied to clipboard
feat(material/core): add option to configure position of pseudo-checkbox
Feature Description
For mat-option, add API to configure the position of pseudo-checkbox. Suggesting having it be either 'before' or 'after'. This aligns with other components like MDC List. Currently, it can only be placed 'before'.
Work-around is to hide the pseudo-checkbox and add your own icon indicator.
Use Case
No response