<label><input type="checkbox" name="sample" class="selectall"/> Select all</label>
<div id="checkboxlist">
<label><input type="checkbox" name="sample[]"/> This is a checkbox1</label><br />
<label><input type="checkbox" name="sample[]"/> This is a checkbox2</label><br />
<label><input type="checkbox" name="sample[]"/> This is a checkbox3</label><br />
<label><input type="checkbox" name="sample[]"/> This is a checkbox4</label><br />
</div>