Theme Customizer: issue with default checkbox values

If you don’t add a default value in the get_theme_mod() function by using it’s 2nd argument then it will always return false unless that value has changed in the customizer. The solution is simple… ALWAYS use a default value in get_theme_mod.