diff --git a/build/less/modules/checkbox.js b/build/less/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/less/modules/checkbox.js +++ b/build/less/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/build/minified/modules/checkbox.js b/build/minified/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/minified/modules/checkbox.js +++ b/build/minified/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/build/uncompressed/modules/checkbox.js b/build/uncompressed/modules/checkbox.js index 1e57ec3f5..f60b80652 100644 --- a/build/uncompressed/modules/checkbox.js +++ b/build/uncompressed/modules/checkbox.js @@ -334,7 +334,7 @@ $.fn.checkbox.settings = { }, selector : { - input : 'input', + input : 'input[type=checkbox]', label : 'label' }, diff --git a/node/src/documents/introduction/definitions.html.eco b/node/src/documents/introduction/definitions.html.eco index 2a22a70b3..ccde6e56c 100755 --- a/node/src/documents/introduction/definitions.html.eco +++ b/node/src/documents/introduction/definitions.html.eco @@ -123,13 +123,12 @@ type : 'UI Introduction'

UI Views

-

UI Views are common ways to structure types of content so that it can be understood more easily. A view's definition in semantic only describes the content which typically occupies the view.

+

UI Views are common ways to present content so that it can be understood more easily. A view's definition in semantic only describes the content which typically occupies the view.

Examples of UI views: