Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122388248
FormCheck.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 17, 14:16
Size
955 B
Mime Type
text/x-java
Expires
Sat, Jul 19, 14:16 (2 d)
Engine
blob
Format
Raw Data
Handle
27463078
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
FormCheck.d.ts
View Options
import * as React from 'react';
import { FeedbackType } from './Feedback';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export type FormCheckType = 'checkbox' | 'radio' | 'switch';
export interface FormCheckProps extends BsPrefixProps, React.InputHTMLAttributes<HTMLInputElement> {
inline?: boolean;
reverse?: boolean;
disabled?: boolean;
label?: React.ReactNode;
type?: FormCheckType;
isValid?: boolean;
isInvalid?: boolean;
feedbackTooltip?: boolean;
feedback?: React.ReactNode;
feedbackType?: FeedbackType;
bsSwitchPrefix?: string;
}
declare const _default: BsPrefixRefForwardingComponent<"input", FormCheckProps> & {
Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>;
Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
};
export default _default;
Event Timeline
Log In to Comment