Hi Sachin,
You just have to set the property that the checkbox is linked to to true before you forward to the JSP. For example, if you have <html:checkbox property="foo">, inside a form named myForm, do myForm.setFoo(true) inside your Action.
Jon Emerson
http://blogs.adobe.com/jon.emerson/