I need to store the values in the hidden text field when I select any check box from the page
<input type="checkbox" name="checked1" value="checked1" onselect="getvalue()">
<input type="checkbox" name="checked1" value="checked2" onselect="getvalue()">
<input type="checkbox" name="checked1" value="checked3" onselect="getvalue()">
When I any of the check box that will store into below hidden field:
<input type="hidden" />