Problem
Dynamically appended checkbox element does not appear checked despite setting the checked property state to true or "checked".
Browser
Internet Explorer
Example
The Javascript code:
Solution
Use defaultChecked instead of checked:
Alternative Solution
Set the checked state after appending the checkbox: