I am building a mobile web app with jQuery Mobile and I want to check if a checkbox is checked. Here is my code.
checked is boolean property so you can directly use it in IF condition:-
checked
boolean
IF