Checkbox angular material checked by default

前端 未结 11 2416
傲寒
傲寒 2021-02-11 19:37

I am trying to use an Angular Material checkbox, and set it by default as checked, but it is displayed as non-checked, what is wrong?



        
11条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-11 20:38

    You can use

    if the checked attribute is set to null, it gets removed from the html tag

    or you can use Vega's anwser which should work too (mine is a completion that can be usefull if you don't want to link it with ngModel)

提交回复
热议问题