From 99db7132e6de01afccf28cf31068bd4b253ea959 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 21 Sep 2019 10:07:01 +1000 Subject: [PATCH] Add a working checkbox list doc code example to october website (#4600) --- modules/system/assets/ui/docs/checkbox.md | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/modules/system/assets/ui/docs/checkbox.md b/modules/system/assets/ui/docs/checkbox.md index a286b62e6..d4276d9cd 100644 --- a/modules/system/assets/ui/docs/checkbox.md +++ b/modules/system/assets/ui/docs/checkbox.md @@ -9,6 +9,44 @@ Allows a user to select from a small set of binary options. +### Checkbox lists + +Allows a user to select from a list of binary options. + +
+ +
+ +
+
+ +
+
+ +
+
+ +
+

What cars would you like in your garage?

+
+ + +

Do not send new comment notifications.

+
+
+ + +

Send new comment notifications only to post author.

+
+
+ + +

Notify all users who have permissions to receive blog notifications.

+
+
+
+
+ ### Radio