File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ export const WithExternalLabel = ({
102102 { labelChildren } { parentArgs . required && '*' }
103103 </ Box >
104104 < CheckboxGroup aria-labelledby = "choiceHeading" { ...parentArgs } >
105- { labelChildren && < CheckboxGroup . Label > { labelChildren } </ CheckboxGroup . Label > }
106105 { captionChildren && < CheckboxGroup . Caption > { captionChildren } </ CheckboxGroup . Caption > }
107106 < FormControl >
108107 < Checkbox />
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ export const WithExternalLabel = ({
102102 { labelChildren } { parentArgs . required && '*' }
103103 </ Box >
104104 < RadioGroup aria-labelledby = "choiceHeading" name = "externalLabelRadioGroup" { ...parentArgs } >
105- { labelChildren && < RadioGroup . Label > { labelChildren } </ RadioGroup . Label > }
106105 { captionChildren && < RadioGroup . Caption > { captionChildren } </ RadioGroup . Caption > }
107106 < FormControl >
108107 < Radio value = "choiceOne" />
You can’t perform that action at this time.
0 commit comments