0 / 60 seg.

Review the following code:

<form action="vote.php">
    Vote: 
    <input type="checkbox" name="vote" value="yes"> Yes
    <input type="submit">
</form>