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
* Enables the on/off accessibility switch labels within the toggle.
3265
3265
*/
3266
3266
"enableOnOffLabels": boolean|undefined;
3267
+
/**
3268
+
* Text that is placed under the toggle and displayed when an error is detected.
3269
+
*/
3270
+
"errorText"?: string;
3271
+
/**
3272
+
* Text that is placed under the toggle and displayed when no error is detected.
3273
+
*/
3274
+
"helperText"?: string;
3267
3275
/**
3268
3276
* How to pack the label and toggle within a line. `"start"`: The label and toggle will appear on the left in LTR and on the right in RTL. `"end"`: The label and toggle will appear on the right in LTR and on the left in RTL. `"space-between"`: The label and toggle will appear on opposite ends of the line with space between the two elements. Setting this property will change the toggle `display` to `block`.
* Enables the on/off accessibility switch labels within the toggle.
8128
8136
*/
8129
8137
"enableOnOffLabels"?: boolean|undefined;
8138
+
/**
8139
+
* Text that is placed under the toggle and displayed when an error is detected.
8140
+
*/
8141
+
"errorText"?: string;
8142
+
/**
8143
+
* Text that is placed under the toggle and displayed when no error is detected.
8144
+
*/
8145
+
"helperText"?: string;
8130
8146
/**
8131
8147
* How to pack the label and toggle within a line. `"start"`: The label and toggle will appear on the left in LTR and on the right in RTL. `"end"`: The label and toggle will appear on the right in LTR and on the left in RTL. `"space-between"`: The label and toggle will appear on opposite ends of the line with space between the two elements. Setting this property will change the toggle `display` to `block`.
0 commit comments