Avatar

Level 10

It looks like you are putting the code on the individual radio buttons instead of on the radio button group (the exclusion group):

Other than that the code looks ok except that you are using single quotes instead of double quotes around the values:

= 'disabled'; should be = "disabled";