diff --git a/examples/reference/widgets/Toggle.ipynb b/examples/reference/widgets/Toggle.ipynb index c01912fa9f..bd9d4f11b3 100644 --- a/examples/reference/widgets/Toggle.ipynb +++ b/examples/reference/widgets/Toggle.ipynb @@ -14,7 +14,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The ``Toggle`` widget allows toggling a single condition between ``True``/``False`` states. This widget is interchangeable with the ``Checkbox`` widget.\n", + "The ``Toggle`` widget allows toggling a single condition between ``True``/``False`` states. The [``Checkbox``](Checkbox.ipynb), [``Toggle``](Toggle.ipynb), and [``Switch``](Switch.ipynb) widgets are interchangeable.\n", "\n", "Discover more on using widgets to add interactivity to your applications in the [how-to guides on interactivity](../../how_to/interactivity/index.md). Alternatively, learn [how to set up callbacks and (JS-)links between parameters](../../how_to/links/index.md) or [how to use them as part of declarative UIs with Param](../../how_to/param/index.md).\n", "\n",