Evaluator button @label, IsChecked with nested quotes

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 ?

Escape the quotes by doubling them.

Many thanks, that works :slight_smile: