Works but need to next inputs inside labels if want no text

This commit is contained in:
2025-06-16 22:41:28 -07:00
parent 24456b95d4
commit 4907c745b9
2 changed files with 38 additions and 14 deletions

View File

@@ -77,18 +77,12 @@
</p> -->
<p class="damage">
<span>
<!-- <label>
</label>
<label>
</label>
<label>
</label> -->
<input type="radio" name="d1">
<!-- <label>label1</label> -->
<input type="radio" name="d1">
<!-- <label>label2</label> -->
<input type="radio" name="d1" checked>
<!-- <label>label3</label> -->
<input type="radio" name="d1" id="clear" checked>
<label for="clear">lethal</label>
<input type="radio" name="d1" id="bruise">
<label for="bruise">clear</label>
<input type="radio" name="d1" id="lethal">
<label for="lethal">bruise</label>
</span>
</p>
<p><span>Troop Number</span> 1</p>