I have a very strange bug whereby ie8 would inject the attribute below in the input checkbox html:
jQuery17202259447732522888="19"
<INPUT id=picture-author class=valid value=true type=checkbox name=IsPhotoRiskAccepted data-val-required="The IsPhotoRiskAccepted field is required." data-val="true" _just_changed="true" jQuery172007312802653214206="18"><INPUT value=false type=hidden name=IsPhotoRiskAccepted jQuery172007312802653214206="19">
We are unable to select the checkbox in ie8 due to this attribute. When removing this attribute from the checkbox (through ie8 console) the bug does not occur.
Any help would much be appreciated
Thanks