You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/orbit-components/src/ChoiceGroup/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Table below contains all types of the props available in the ChoiceGroup compone
28
28
|**children**|`React.Node `|`(args) => React.Node`| The content of the ChoiceGroup, normally **Radio** or **Checkbox**. Pass a function for advanced usage, see "Render prop" in Storybook for an example. |
29
29
| error |`Translation`|| The error to display beneath the ChoiceGroup. Also, the Checkboxes/Radios will turn red when you pass some value. |
30
30
| label |`Translation`|| Heading text of the ChoiceGroup |
31
-
| labelAs |[`enum`](#enum)|`"h4"`| The element used to render the label into. |
31
+
| labelAs |[`enum`](#enum)|`"div"`| The element used to render the label into. |
32
32
| labelSize |[`enum`](#enum)|`"normal"`| The size type of Heading. |
33
33
|**onChange**|`event => void \| Promise`|| Function for handling onChange event. [See Functional specs](#functional-specs)|
34
34
| filter |`boolean`|`false`| Changes visual appearance of child components, to contain background on hover and updates padding. |
0 commit comments