It will be under Project > <Projectname> Properties
So if you are using SoundPlayer you would just need to check to see if your checkbox is checked or not, if it's muted then you don't do anything and if it not muted you play your sound. Same thing for music, but you will want a MusicMuted_CheckBox that handles the music checkbox checked_change event and then start or stop the music accordingly.