js 复选框回显

Posted 零度千里

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 复选框回显相关的知识,希望对你有一定的参考价值。

<div class="control-group">
<label class="control-label">客户状态:</label>
<div class="controls">
<c:forEach items="${fns:getCustomerStatusList()}" var="item">
<input type="checkbox" id="customerStatus" name="customerStatus" value="${item}"
<c:if test="${fn:contains(customerStatusList,item)}">
checked="checked"</c:if>
/>${item}
</c:forEach>
</div>
</div>

以上是关于js 复选框回显的主要内容,如果未能解决你的问题,请参考以下文章

JS实现单选按钮回显时页面效果出现,但选中单选框的值为空

CheckBox复选框回显

Thymeleaf+layui+jquery复选框回显

复选框回显操作

js怎么取得name=checkbox[]的复选框选中个数

elementUI表格数据复选框回显