I have a list of checkboxes(Answers for a Question).
Each Checkbox has a TextBox which is invisible onFormLoad.

What I need todo:
When a user clicks on any of the Checkbox the appropriate Textbox will be Visible.

How do I do this using client side java scripting?

Please help me!