<div class="ui-checkbox">
<input type="checkbox" value="1" name="reminder" id="reminder" checked="">
<label for="reminder" class="ui-btn ui-corner-all ui-btn-inherit ui-btn-icon-left ui-checkbox-off ui-last-child">Reminder</label>
</div>
I am generating the above css and input checkbox on runtime via jquery however my checkbox isn't selecting could someone help me.
I have tried everything using jquery mobile and nativedroid
