Skip to content

Instantly share code, notes, and snippets.

@andriesss
Created October 8, 2012 19:12
Show Gist options
  • Save andriesss/3854308 to your computer and use it in GitHub Desktop.
Save andriesss/3854308 to your computer and use it in GitHub Desktop.
<!-- this label used to have a for="plane_colors" tag -->
<label class="desc optional">Kleurenpalet</label>
<label><input name="plane_colors[]" id="plane_colors-1" value="1" type="checkbox">Wit (100, 100, 100)</label><br>
<label><input name="plane_colors[]" id="plane_colors-2" value="2" checked="checked" type="checkbox">Rood (100, 0, 0)</label><br>
<label><input name="plane_colors[]" id="plane_colors-3" value="3" checked="checked" type="checkbox">Geel (100, 100, 0)</label><br>
<label><input name="plane_colors[]" id="plane_colors-4" value="4" type="checkbox">Groen (0, 100, 0)</label><br>
<label><input name="plane_colors[]" id="plane_colors-5" value="5" type="checkbox">Blauw (0, 0, 100)</label><br>
<label><input name="plane_colors[]" id="plane_colors-6" value="6" type="checkbox">Fullcolor (-, -, -)</label></div></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment