Skip to content

Commit

Permalink
Update Toggle.ipynb to indicate Checkbox, Toggle and Switch are all i…
Browse files Browse the repository at this point in the history
…nterchangeable

Updated doc with the same information as the Checkbox doc.

See

holoviz#7738

and

holoviz#7737
  • Loading branch information
Coderambling authored Mar 6, 2025
1 parent d133eb9 commit 264a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/widgets/Toggle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 264a8db

Please sign in to comment.