my html, javascript, and css code is all here: <a href="https://jsfiddle.net/wizardeddas/md2ve4ar/2/" rel="nofollow">https://jsfiddle.net/wizardeddas/md2ve4ar/2/</a> I'm working on doing some auto calculation stuff. Right now the ability score modifiers calculate properly. Now I'm working on the saving throws. The three saving throws are based on constitution, dexterity, and mind. there is a checkbox next to each saving throw to determine if the character has a proficiency in that save. So it should check to see if the checkbox is checked, if it is it should set the saving throw to the ability modifier plus proficiency, and if its not checked, it should just be set to the ability modifier. But for some reason no matter what I do, its not setting anything. Any thoughts? Oh and I did open developer tools in chrome to see if it was throwing errors. I caught a misspelling of one attribute, and it kept complaining about variables not being defined, so that's why I have all those var statements at the top of the JS.