Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions components/lib/multistatecheckbox/multistatecheckbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,16 @@ export interface MultiStateCheckboxProps extends Omit<React.DetailedHTMLProps<Re
* @defaultValue false
*/
unstyled?: boolean;
/**
* When present, it specifies that the component has invalid state style.
* @defaultValue false
*/
invalid?: boolean | undefined;
/**
* Specifies the input variant of the component.
* @defaultValue null
*/
variant?: 'filled' | string | undefined;
}

/**
Expand Down
Loading