Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<body>
Checkbox:
<label for="UK">
<input type="checkbox" name="myCheck" value="UK" id="UK">United Kingdom
</label>
<label for="USA">
<input type="checkbox" name="myCheck" value="USA">United States