Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / forms / input / plugins / Special / CheckboxInput.d.ts
Size: Mime:
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;