We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65082 commit ce3cf43Copy full SHA for ce3cf43
components/lib/multistatecheckbox/multistatecheckbox.d.ts
@@ -243,6 +243,16 @@ export interface MultiStateCheckboxProps extends Omit<React.DetailedHTMLProps<Re
243
* @defaultValue false
244
*/
245
unstyled?: boolean;
246
+ /**
247
+ * When present, it specifies that the component has invalid state style.
248
+ * @defaultValue false
249
+ */
250
+ invalid?: boolean | undefined;
251
252
+ * Specifies the input variant of the component.
253
+ * @defaultValue null
254
255
+ variant?: 'filled' | string | undefined;
256
}
257
258
/**
0 commit comments