HTML5中的checkbox
1、选中checkbox
(1)<input type="checkbox" checked/>
(2)<input type="checkbox" checked="checked"/>
(3)<input type="checkbox" checked=""/>
2、不选中checkbox
(1)<input type="checkbox" />
HTML5中的checkbox
1、选中checkbox
(1)<input type="checkbox" checked/>
(2)<input type="checkbox" checked="checked"/>
(3)<input type="checkbox" checked=""/>
2、不选中checkbox
(1)<input type="checkbox" />