I'm wondering if possible to arrange two checkbox
input fields vertically in same td
cell? Below is example, there both of input fields are next to each other.
<table>
<tr>
<td>
<input type="number" />
<input type="checkbox" name="ck1" id="ck1">A
<input type="checkbox" name="ck2" id="ck2">B
</td>
</tr>
</table>
`, which is the obvious answer here – Koby Douek Aug 25 '17 at 18:43
`. If you don't agree, don't vote for the duplicate. – showdev Aug 25 '17 at 18:46