Checkbox angular material checked by default

前端 未结 11 2679
傲寒
傲寒 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:18

    You can either set with ngModel either with [checked] attribute. ngModel binded property should be set to 'true':

    1.

       
         
      
    

    2.

     
         
    
    

    3.

    
         
    
    

    DEMO

提交回复
热议问题