TFieldValueRadio: TFieldValueString & {
    otherValue?: string;
}

otherValue is enabled by setting value to 'Other'

Type declaration

  • Optional otherValue?: string