Link Search Menu Expand Document (external link)

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

RadioItemProps type

Signature:

export declare type RadioItemProps = {
    'aria-describedby': string;
    label: string;
    name: string;
    value: string;
    onRadioOptionSelected: () => void;
};