Fork me on Github

Below you will find the inputs used by code.gov

Input

<input placeholder="Search Thousands of Projects..." type="search" aria-label="search">

Input with Go Button

Just add a button with the go class after the search input.

<div class="banner">
  <input placeholder="Search Thousands of Projects..." type="search" aria-label="search">
  <button class="go">Go</button>
</div>

Checkboxes

<input type="checkbox">
<label>Checkable Option</label>