Checkbox
<label class="tng-checkbox-control"> <input type="checkbox" /> Default</label><label class="tng-checkbox-control"> <input type="checkbox" checked /> Checked</label><label class="tng-checkbox-control"> <input type="checkbox" disabled /> Disabled</label><label class="tng-checkbox-control"> <input type="checkbox" checked disabled /> Checked & Disabled</label>