Skip to content

Instantly share code, notes, and snippets.

@Dosant
Created March 12, 2017 08:43
Show Gist options
  • Save Dosant/1487e3f5e4530227d4a9f24b57dc5826 to your computer and use it in GitHub Desktop.
Save Dosant/1487e3f5e4530227d4a9f24b57dc5826 to your computer and use it in GitHub Desktop.
<table>
<tr>
<td>
<label for="agree">Согласен с правилами</label>
</td>
<td>
<input id="agree" type="checkbox">
</td>
</tr>
<tr>
<td>
<label for="not-a-robot">Я не робот</label>
</td>
<td>
<input id="not-a-robot" type="checkbox">
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment