Skip to content

Commit a8fa502

Browse files
committed
Checkboxxradio: Adjust demo headers
1 parent 16abde3 commit a8fa502

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

demos/checkboxradio/product-selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="../../themes/base/all.css">
77
<link rel="stylesheet" href="../demos.css">
88
<script src="../../external/requirejs/require.js"></script>
9-
<script src="../bootstrap.js">
9+
<script src="../bootstrap.js" data-modules="controlgroup">
1010
$( "input" ).checkboxradio();
1111
$( "[name='shape']").on( "change", function(){
1212
$( ".shape" ).removeClass( "circle pill square rectangle" )

demos/checkboxradio/radiogroup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" href="../../themes/base/all.css">
77
<link rel="stylesheet" href="../demos.css">
88
<script src="../../external/requirejs/require.js"></script>
9-
<script src="../bootstrap.js">
9+
<script src="../bootstrap.js" data-modules="controlgroup">
1010
$( "input" ).checkboxradio();
1111
$( "fieldset" ).controlgroup();
1212
</script>

ui/widgets/checkboxradio.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
* jQuery UI Checkboxradio @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
8-
*
9-
* http://api.jqueryui.com/checkboxradio/
108
*/
9+
10+
//>>label: Checkboxradio
11+
//>>group: Widgets
12+
//>>description: Enhances a form with multiple themeable checkboxes or radio buttons.
13+
//>>docs: http://api.jqueryui.com/checkboxradio/
14+
//>>demos: http://jqueryui.com/checkboxradio/
15+
//>>css.structure: ../themes/base/core.css, ../themes/base/button.css, ../themes/base/checkboxradio.css
16+
//>>css.theme: ../themes/base/theme.css
17+
1118
( function( factory ) {
1219
if ( typeof define === "function" && define.amd ) {
1320

0 commit comments

Comments
 (0)