首页 > 代码库 > 多选框、单选效果
多选框、单选效果
效果如下:
代码:
<dl id="div_group"> <dt>会员组别</dt> <dd> <div class="rule-multi-porp"> <span id="cblGroupId"> <input id="cblGroupId_0" type="checkbox" name="cblGroupId$0" value=http://www.mamicode.com/"1" /> <label for="cblGroupId_0">注册会员</label> <input id="cblGroupId_1" type="checkbox" name="cblGroupId$1" value=http://www.mamicode.com/"2" /> <label for="cblGroupId_1">高级会员</label> <input id="cblGroupId_2" type="checkbox" name="cblGroupId$2" value=http://www.mamicode.com/"3" /> <label for="cblGroupId_2">中级会员</label> <input id="cblGroupId_3" type="checkbox" name="cblGroupId$3" value=http://www.mamicode.com/"4" /> <label for="cblGroupId_3">钻石会员</label> </span> </div> </dd></dl>
代码:
<dl> <dt>内容推送</dt> <dd> <div class="rule-single-checkbox"> <input id="cbIsPush" type="checkbox" name="cbIsPush" /> </div> <span class="Validform_checktip">*网站内容推送至微信(备用)</span> </dd> </dl>
多选框、单选效果
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。