Repository URL to install this package:
|
Version:
2.6.18 ▾
|
import { InputChain } from '../../InputChain';
declare class CheckboxInput extends InputChain {
setIsSelected: (opposite?: undefined) => void;
handleToggle: () => void;
static isSatisfiedByProps(props: any): boolean;
validate(): void;
render(): JSX.Element;
}
export { CheckboxInput };
export default CheckboxInput;