Link Search Menu Expand Document (external link)

Home > @department-of-veterans-affairs/va-forms-system-core > CheckboxProps

CheckboxProps type

Signature:

export declare type CheckboxProps = FieldProps<string> & {
    checked?: boolean;
    content?: string;
    description?: string | null;
    onValueChange?: (e: Event) => void;
    value?: boolean;
};

References: FieldProps