Skip to content

Commit a4dbbe1

Browse files
committed
Added template code for "T-Shirt Size" checkbox
1 parent ae6e173 commit a4dbbe1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ <h1>Product Pick</h1>
3838

3939
<!-- 3.T-Shirt colours - Provide 3 options, ensure right option can be picked. -->
4040
<!-- 4.Provide size options -XS, S, M, L, XL, XXL -->
41+
<div>
42+
<p>T-Shirt Size:</p>
43+
<p>
44+
<label>XS:</label>
45+
<input type = "checkbox" id = "name" name = "XS">
46+
</p>
47+
</div>
4148

4249

4350
</form>

0 commit comments

Comments
 (0)