Copy of Toggle Script
Button (not checkbox!) toggles visibility.
There are probably better workarounds, but here's mine!
1) Create a boolean "bool" (type "bool = true" into input bar)
2) Set the conditional visibility of each object to "bool"
3) Set your button's onClick script to "SetValue[bool, Mod[bool + 1, 2]]"
Have fun!