From 264a8dbb5d49f6cb36f9c3119c4e5acf8b819283 Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:56:09 +0100 Subject: [PATCH] Update Toggle.ipynb to indicate Checkbox, Toggle and Switch are all interchangeable Updated doc with the same information as the Checkbox doc. See https://github.com/holoviz/panel/pull/7738 and https://github.com/holoviz/panel/issues/7737 --- examples/reference/widgets/Toggle.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",