gpt4 book ai didi

html - 如何在 Materialise 表中使用复选框

转载 作者:太空狗 更新时间:2023-10-29 14:42:04 26 4
gpt4 key购买 nike

我正在使用 Materialize 并试图制作一个包含复选框的表格。但是,似乎有问题。表格中包含的复选框似乎不起作用。我不确定这是错误还是我没有做正确的事情:

<form action="#">
<table>
<thead>
<tr>
<th>Name</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>My Label</td>
<td><input type="checkbox" class="filled-in" /><label></label></td>
</tr>
</tbody>
</table>
</form>

如何使用 Materialize 在表格中创建一个复选框?

http://jsfiddle.net/qa37un79/

最佳答案

您没有复选框的 id 和标签的匹配 for 属性:

<input type="checkbox" id="myCheckbox" class="filled-in" />
<label for="myCheckbox"></label>

http://jsfiddle.net/xcmsLee9/1/

关于html - 如何在 Materialise 表中使用复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31332774/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com