I'm going around and around in circles on this. I'm new to JQUERY and so far it's awesome! I've looked over tons of stuff on the internet and here in the answered questions but I have not been able to figure out the right answer. Right now I'm killing myself trying to figure out what I'm doing wrong on it. The .autocomplete is working fine with the basic stuff like giving me back a string from the MYSQL database and inputing it into form how I want. But the problem I'm having is bringing back a boolean value and marking a check box with that value. What I'm getting right now is all the boxes checked even if the value if 0.I'm going around and around in circles on this.