This works
@label:=Select(IsChecked("Toolbar Labels TOGGLE"), "Labels Toolbar (OFF)", "Labels Toolbar (ON)")
This does not (due to the quotes, no doubt)
@label:=Select(IsChecked("Toolbar "Favorites Bar" TOGGLE"), "Favorites Bar (OFF)", "Favorites Bar (ON)")
any way of getting this to work ?