UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

12 lines (11 loc) 348 B
interface CheckboxProps { checked?: boolean; labelText?: string; disabled?: boolean; onCheckBoxValueChanged: (input: { checked: boolean; labelText: string | undefined; }) => void; } declare const CometChatCheckbox: (props: CheckboxProps) => import("react/jsx-runtime").JSX.Element; export { CometChatCheckbox };