Explorer Windows bug - moving checkbox containers

When you use the DOM to move a checkbox to another position in the document, the checkbox reverts to its default status in Explorer Windows.

Test

1. By default, this checkbox is not checked. Check it.

2. Now move the checkbox to the container below. You'll notice that Explorer Windows returns the checkbox to its default status (unchecked).

Solution

Store the checkbox's state somewhere and set it to that state after moving it.