For the check-radio-buttons-and-checkboxes-by-default exercise, campers are able to pass the exercise if the checked attribute is written in an incorrect syntax. This PR checks the innerText of the elements which are being added the 'checked' attribute and ensures that their value doesn't change. Fixes #43750