Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RadioGroupProps<T, V, FormValues>

Type parameters

Hierarchy

  • RadioGroupProps
    • RadioGroupProps

Index

Properties

Optional data-qa

data-qa: undefined | string

Data-qa for the Radio Group

field

field: FieldInputProps<V>

form

form: FormikProps<FormValues>

meta

meta: FieldMetaProps<V>

options

options: Option<T>[]

The options for the radio buttons

Optional required

required: undefined | false | true

Whether this field is required

Generated using TypeDoc