我想为剑道移动列表视图中的所有列表项显示一个复选框,所以,我在我的剑道列表视图模板中给出了,列表视图显示正确,但复选框未显示。我的代码是这样的:
<script id="script-id" type="text/x-kendo-template">
<a href="\#next_view" class="km-listview-link" data-role="listview-link">
<input type="checkbox" checked="checked"/>
<h3 class="time">#: firstname #</h3>
<h3>#: sentdate #</h3>
</a>