Basically, I have a database list that will generate three separate check boxes for each row in the database. I'm trying to get it so that if a value is "yes", it will automatically select the corresponding checkbox, or if the value is "no" it will deselect it. I'd also like to have it update the database with the appropriate value if a user selects/deselects a checkbox after the list generated.