I have the fallowing HTML:
<input type="checkbox" id="checkbox-remember" data-theme="SingleLineCheckBox" checked/>
but the checkbox still is not defaultly checked. I also tried using:
$("#checkbox-remember").prop('checked', true);
But i cant get it to work?
checkedattribute is causing issues in earlier versions of IE?