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: COMPONENT_INDEX.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,7 @@ None.
468
468
| disabled | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the checkbox |
469
469
| labelText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label text |
470
470
| hideLabel | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to visually hide the label text |
471
+
| helperText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the helper text |
471
472
| name | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Set a name for the input element |
472
473
| id | No | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the input label |
473
474
@@ -2987,6 +2988,7 @@ None.
2987
2988
| name | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Specify a name attribute for the radio button inputs |
2988
2989
| legendText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the legend text |
2989
2990
| hideLegend | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to visually hide the legend |
2991
+
| helperText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the helper text |
2990
2992
| labelPosition | No | <code>let</code> | No | <code>"right" | "left"</code> | <code>"right"</code> | Specify the label position |
2991
2993
| orientation | No | <code>let</code> | No | <code>"horizontal" | "vertical"</code> | <code>"horizontal"</code> | Specify the orientation of the radio buttons |
2992
2994
| id | No | <code>let</code> | No | <code>string</code> | <code>undefined</code> | Set an id for the container div element |
0 commit comments