Use RadioField in a List instead

List of radio inputs with a group label

  • Parameters

    • props: RadioListFieldProps & RefAttributes<HTMLInputElement>

    Returns ReactNode

Properties

defaultProps?: Partial<RadioListFieldProps & RefAttributes<HTMLInputElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.