You must define check value in value attribute and set init property in your form bean with this value. For example write as following:
In source code:
...
YOUR_FORM_BEAN,setStatus("y");
...
In jsp page:
...
<html:checkbox property="status" value="y"/>
...