components
components copied to clipboard
feat(matCheckbox): set indeterminate state from reactive from
Feature Description
When a matCheckbox is controlled by a reactive form control, it is currently not possible to put the checkbox in indeterminate state.
undefined could be used to represent indeterminate state in the formcontrol.
formControl.setValue(undefined) would result in the checkbox beeing in indeterminate state.
Use Case
No response