I have been trying to use jQuery to uncheck the checkbox if value is = to a variable for instance “test”
Example:
<input type="checkbox" name="cbname" value="test" checked="checked" />
Since this one has a value of test i would like it to be unticked, how could i do this?
thanks
1 Answer