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;
};