- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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";
Views
Replies
0 Likes
Total Likes