Switch is lazy

Switch can be used to limit the amount of the user interface to be refreshed as it only updates the children of the selected fx-case element.

Watching the console when using a dev version of Fore will reveal that only the needed parts are affected by a refresh when you toggle a case.