examples/bootstrap/dashboard1.bjs.8HXFMX
[roojs1] / examples / bootstrap / dashboard1.js
index 6ae6449..95e8a92 100644 (file)
@@ -566,9 +566,18 @@ dashboard1 = new Roo.XComponent({
                                                                                     xns : Roo.bootstrap
                                                                                 },
                                                                                {
+                                                                                    name : 'radio',
                                                                                     xtype : 'Radio',
                                                                                     boxLabel : 'Radio 1',
-                                                                                    xns : Roo.bootstrap
+                                                                                    xns : Roo.bootstrap,
+                                                                                    value : 1
+                                                                                },
+                                                                               {
+                                                                                    name : 'radio',
+                                                                                    xtype : 'Radio',
+                                                                                    boxLabel : 'Radio 1',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    value : 2
                                                                                 }
                                                                             ]