问题: 我有一个表格,每个表格都有链接。我希望每行的第一个单元格都有一个严格用于切换的复选框。我可以显示复选框,但我无法让它检查它。
<table class="table table-hover">
<thead>
<th></th>
<th>Things</th>
<th>Stuff</th>
<th></th>
</thead>
<tbody>
{{#each myArr as |item|}}
{{#link-to 'application' tagName='tr' }}
<td><input type="checkbox"></td>
<td>{{item}}</td>
<td> Something</td>
{{/link-to}}
{{/each}}
</tbody>
</table>
{{input}}
帮助程序没有区别我有一个旋转https://ember-twiddle.com/bc53d499687ad8bdc902be5cd7d77f48