What's the proper value for a checked attribute of an HTML checkbox?

后端 未结 8 2124
栀梦
栀梦 2020-11-22 13:02

We all know how to form a checkbox input in HTML:


What I don\'t k

8条回答
  •  故里飘歌
    2020-11-22 13:30

    It's pretty crazy town that the only way to make checked false is to omit any values. With Angular 1.x, you can do this:

      
    

    which is a lot more sane, if you need to make it unchecked.

提交回复
热议问题