diff --git a/modules/system/assets/ui/docs/checkbox.md b/modules/system/assets/ui/docs/checkbox.md
index 7ba2de0cc..addbba6d9 100644
--- a/modules/system/assets/ui/docs/checkbox.md
+++ b/modules/system/assets/ui/docs/checkbox.md
@@ -43,3 +43,13 @@ Allows a user to select from a small set of binary options.
+
+If you don't define `data-control="balloon-selector"` then the control will act as a static list of labels.
+
+
+
+
Monday
+
Tuesday
+
Happy days!
+
+
diff --git a/modules/system/assets/ui/docs/drag-scroll.md b/modules/system/assets/ui/docs/drag-scroll.md
index 086aa97a4..627b6d946 100644
--- a/modules/system/assets/ui/docs/drag-scroll.md
+++ b/modules/system/assets/ui/docs/drag-scroll.md
@@ -1,23 +1,25 @@
# Drag.Scroll
-Allows the dragging of things.
+Allows the elements with `overflow: hidden` to be dragged.
-# Example
+### Example
+
+Drag the area above left-to-right.
- Drag the area above left-to-right
+
+
+
+
+## JavaScript API:
The `sortable()` method must be invoked on valid containers, meaning they must match the containerSelector option.
@@ -80,27 +106,3 @@ Serialize all selected containers. Returns a jQuery object . Use .get() to retri
- `nested`: If true, search for nested containers within an item.If you nest containers, either the original selector with which you call the plugin must only match the top containers, or you need to specify a group (see the bootstrap nav example)
- `vertical`: If true, the items are assumed to be arranged vertically
-
-# Example
-
-
-
First
-
Second
-
Third
-
-
-
-
-
\ No newline at end of file
diff --git a/modules/system/assets/ui/docs/drag-value.md b/modules/system/assets/ui/docs/drag-value.md
index 9a88e7799..00b44fa2c 100644
--- a/modules/system/assets/ui/docs/drag-value.md
+++ b/modules/system/assets/ui/docs/drag-value.md
@@ -1,19 +1,52 @@
# Drag.Value
-Allows the dragging of things.
+Allows the dragging of elements that result in a custom value when dropped.
-# Example
-
-
+
+
+
+
+### Clickable
+
+You can make elements clickable from another input by defining `data-drag-click="true"`.
+
+
+
+
+
+
+
+
+ Monday
+
+
+ Tuesday
+
+
+ Happy days!
+
+
+
\ No newline at end of file
diff --git a/modules/system/assets/ui/docs/input-hotkey.md b/modules/system/assets/ui/docs/input-hotkey.md
index d8d435324..7bf4a3e83 100644
--- a/modules/system/assets/ui/docs/input-hotkey.md
+++ b/modules/system/assets/ui/docs/input-hotkey.md
@@ -1,14 +1,20 @@
# Input Hotkey API
-Scripts that manage user input events.
+Allows keyboard shortcuts (hotkeys) to be bound to an element's click event.
# Example
-