diff --git a/Useful-Extensions.md b/Useful-Extensions.md
index fd29136..2971386 100644
--- a/Useful-Extensions.md
+++ b/Useful-Extensions.md
@@ -10,6 +10,7 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n
- [Input Method Editors](#input-method-editors)
- [Knobs](#knobs)
- [Spinners](#spinners)
+- [Toggles](#toggles)
- [Layout](#layout)
- [Styling](#styling)
- [Software Renderer/Rasterizer](#software-rendererrasterizer)
@@ -164,6 +165,15 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
**Spinner/Loading progress indicators**
[issue #1901](https://github.com/ocornut/imgui/issues/1901)
+# Toggles
+
+**Toggle Button**
+
[issue #1537](https://github.com/ocornut/imgui/issues/1537)
+
![](https://user-images.githubusercontent.com/1193295/96878596-51bff680-147b-11eb-8ded-f0bc241fa984.png)
+
+**imgui_toggle**
+
[github/cmdwft/imgui_toggle](https://github.com/cmdwtf/imgui_toggle)
+
# Layout
**Stack Layout implementation**
@@ -339,10 +349,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
**ImGuiBuilder**
[github/Code-Building/ImGuiBuilder](https://github.com/Code-Building/ImGuiBuilder)
-**Toggle Button**
-
[issue #1537](https://github.com/ocornut/imgui/issues/1537)
-
![](https://user-images.githubusercontent.com/1193295/96878596-51bff680-147b-11eb-8ded-f0bc241fa984.png)
-
**ImGui Command Palette**
[github/hnOsmium0001/imgui-command-palette](https://github.com/hnOsmium0001/imgui-command-palette)
![](https://user-images.githubusercontent.com/36975818/147279807-5123e130-80f5-4f82-bab4-099a29b7ca95.png)