First page Back Continue Last page Image
Example Code Page 1
- <! Using Checkboxes>
- <input type="checkbox" name="resident" checked>California Resident<br />
- <input type="checkbox" name="aid">Financial Aid<br />
- <input type="checkbox" name="transcript" checked>Transcript Reviewed
- Checkboxes can be as simple as this, however we can make them better with some HTML5 additions