Uncheck and Disable Multiple Checkboxes with One Checkbox

Uncheck and Disable Multiple Checkboxes with One Checkbox

I have searched the forums and have not seen a solution for this.

I have the following checkboxes:

[ ] None     [ ] Option 1     [ ] Option 2     [ ] Option 3

When the first checkbox is checked (None), I need the other three checkboxes to:

     1. Become unchecked if the user had checked them
     2. Become disabled

If/when the first checkbox is unchecked after that, the other three checkboxes would become enabled.

Can someone help me out? I have little jQuery experience and am learning as I go along.