From 75138cb2bc85a385e310ee1874da4b1602d53557 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 4 Apr 2014 15:11:16 -0400 Subject: [PATCH] Fixes #758. Checkbox documentation on HTML only examples was poor --- server/documents/collections/form.html.eco | 102 +++++++++++++++++---- server/documents/modules/checkbox.html.eco | 28 +++++- 2 files changed, 108 insertions(+), 22 deletions(-) diff --git a/server/documents/collections/form.html.eco b/server/documents/collections/form.html.eco index df5b7813a..111085cf8 100755 --- a/server/documents/collections/form.html.eco +++ b/server/documents/collections/form.html.eco @@ -88,9 +88,10 @@ type : 'UI Collection' -
-

Checkbox

-

UI Checkboxes are styled forms of standard form checkboxes.

+
+

Javascript Checkbox

+

UI Checkboxes allow a user to select individual options in a form

+
$('.ui.checkbox') .checkbox() @@ -117,30 +118,39 @@ type : 'UI Collection'
+ -
-

Select

-

A selection dropdown, a type of ui dropdown can be used to allow for a selection from multiple choices

-
- $('.ui.selection.dropdown') - .dropdown() - ; -
-