I have the following and want to ensure the tick boxes are enabled by default.
<div class="checkbox">
<label>
<input name="validation" type="checkbox">Validation
</label>
<label>
<input name="steps" type="checkbox">Steps
</label>
<label>
<input name="subticket" type="checkbox">Subticket
</label>
</div>
Whats the best method for achieving this ?