how to make a check box that redirect to a nother site is is the input value is correct code example
Example: how to make a check box that redirect to a nother site is is the input value is correct
<input type="checkbox" name="gender" value="male" id="male" >
<input type="checkbox" name="gender" value="female" id="female" >
<input type="submit" onClick="redirect()">