The props object containing the following properties:
Interface for defining props of a radio field component.
Optionaldisabled?: booleanRepresents the 'disabled' property of a field.
The 'disabled' property determines whether a field is disabled or not. If set to true, the field will be disabled and the user will not be able to interact with it.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidRepresents a reference to a group in a field object.
OptionalradioValue?: stringRepresents the radio value of a field.
Optionalreadonly?: booleanType definition for the "readonly" property of a field.
Optionaltitle?: stringType definition for the "title" property of an object. It is a generic type that picks the "title" property from a given object type.
Represents a private interface for a radio field.
RadioField component renders a radio input field with a label.