Skip to content

Commit 770726e

Browse files
committed
Changed "T-Shirt Size" checkbox-style button to radio-style button; added remaining sizes
1 parent a4dbbe1 commit 770726e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ <h1>Product Pick</h1>
4141
<div>
4242
<p>T-Shirt Size:</p>
4343
<p>
44-
<label>XS:</label>
45-
<input type = "checkbox" id = "name" name = "XS">
44+
<label>XS:</label>
45+
<input type = "radio" id = "XS" name = "Size">
46+
<label>S:</label>
47+
<input type = "radio" id = "S" name = "Size">
4648
</p>
4749
</div>
4850

0 commit comments

Comments
 (0)