Well, that is, I am trying to place two checkbox
one below the other, that if I got it, but I want that consequently, next to it appears a input
that occupies the size of the two checkbox
.
<td>
<tr>
<td><input type="checkbox" /></td><td colspan="0"><input class="form-control " type="text" name="totalfinal" id="totalfinal" value=""/></td>
</tr>
<tr>
<td><input type="checkbox" /></td>
</tr>
</td>
You must also go to Importe Total
for those who see the JSFiddle
and place it below.