html4中

    1. <input type="checkbox" checked="checked">

    html5中

    1. <input type="checkbox" checked>

    只写属性写值时默认是true,如果想要将属性设置为false,可以不使用该属性