HTML5中的checkbox

时间:2014-12-27 23:12:17   收藏:0   阅读:587

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" />

原文:http://blog.csdn.net/you23hai45/article/details/42198967

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!