Lets say I have
<input type="checkbox" name="permission[]" value="2">Access</input>
Is there a way to check the checkbox based on the input´s text? something like
Access.prop('checked', true);
I dont need to se if its checked I need to change it to checked