Toggle boolean will switch the value. If boolean is true it will become false, if boolean is false it will become true..
set boolean will set the value. If boolean is true and you set value to false, boolean will become false. if boolean is false and you set it to false, boolean will remain false..
Like a light switch, toggle will flip the switch no matter what, turn on the light will only make a difference if the light is off..