The only way I could get the workaround persistent was to manually type checked in the tag. Example below:
Unchecked: <input type="checkbox" />
Checked: <input type="checkbox" checked/>
The only way I could get the workaround persistent was to manually type checked in the tag. Example below:
Unchecked: <input type="checkbox" />
Checked: <input type="checkbox" checked/>