Getting checkbox value from database in CodeIgniter and ajax request – Jquery
I store details about books in table called books. One of the columns is called "book_active" and holds values "Y" or "N". I want my checkbox named "book_active" to be checked if value in mentioned column equals "Y" and unchecked…