File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { Template as Checkbox } from "@spectrum-css/checkbox/stories/template.js" ;
2
1
import { Template as Fieldgroup } from "@spectrum-css/fieldgroup/stories/template.js" ;
3
2
import { Template as Picker } from "@spectrum-css/picker/stories/template.js" ;
4
3
import { disableDefaultModes } from "@spectrum-css/preview/modes" ;
@@ -80,18 +79,19 @@ export default {
80
79
content : [
81
80
( passthroughs , context ) => Fieldgroup ( {
82
81
layout : "horizontal" ,
82
+ inputType : "checkbox" ,
83
83
items : [
84
- Checkbox ( {
84
+ {
85
85
...passthroughs ,
86
86
label : "Kittens" ,
87
87
customClasses : [ "spectrum-FieldGroup-item" ] ,
88
- } , context ) ,
89
- Checkbox ( {
88
+ } ,
89
+ {
90
90
...passthroughs ,
91
91
label : "Puppies" ,
92
92
customClasses : [ "spectrum-FieldGroup-item" ] ,
93
- } , context ) , ]
94
- } ) ,
93
+ } ]
94
+ } , context ) ,
95
95
] ,
96
96
} , {
97
97
label : "Age" ,
You can’t perform that action at this time.
0 commit comments