const Radio: React.FC<RadioProps> = (props: RadioProps) => <>{JSON.stringify(props)}</>;