[Checkbox] Improve docs on MatCheckboxClickAction
See original GitHub issueBug, feature request, or proposal:
Documentation Request
What is the expected behavior?
Clearer documentation on how to change the MatCheckboxClickAction
of a checkbox
What is the current behavior?
The current documentation is unhelpful. It is unclear how to alter the default value of MatCheckboxClickAction
. An example would be helpful.
See Current Documentation
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:8 (1 by maintainers)
Top Results From Across the Web
[Checkbox] Improve docs on MatCheckboxClickAction #8890
The current documentation is unhelpful. It is unclear how to alter the default value of MatCheckboxClickAction . An example would be helpful.
Read more >Angular 5, Angular Material Checkbox with 3 states (checked ...
It would be simpler with only two options (active, inactive) but well, I have to make 3 states for it: 1st click -...
Read more >Mat Checkbox Clickaction 2 - StackBlitz
Starter project for Angular apps that exports to the Angular CLI.
Read more >The Checkbox component - Google Web Designer Help
The Checkbox component lets you add checkboxes to your project. ... To detect when the checkbox changes between being checked and unchecked, set...
Read more >Checkbox | Angular Material
MatCheckboxClickAction. Checkbox click action when user click on input element. noop: Do not toggle checked or indeterminate. check: Only toggle checked status, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why can’t this just be an option on the checkbox itself 😕
I have implemented it by creating a new component.
Would like to know if it is the correct approach?
Here is an example: https://stackblitz.com/edit/angular-uew4l8
Could anyone assess it? Thanks!