Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created November 20, 2010 19:09
Show Gist options
  • Save georgemendonca/708061 to your computer and use it in GitHub Desktop.
Save georgemendonca/708061 to your computer and use it in GitHub Desktop.
Checkbox: Campos Checkbox
<form>
<input type="checkbox" name="ver" value="Bike" /> Visualizar<br />
<input type="checkbox" name="edit" value="Car" /> Editar
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment