Home > @department-of-veterans-affairs/va-forms-system-core > CheckboxGroupProps
CheckboxGroupProps type
Signature:
export declare type CheckboxGroupProps = FieldProps<string> & {
options: CheckboxProps[];
};
References: FieldProps, CheckboxProps