The properties of the Yes/No field component.
Interface representing the props for the YesNoField component.
Optionaldescription?: stringPicks the "description" property from a given object of type IField<Data, Payload>.
Optionaldisabled?: booleanRepresents the disabled property of a field object.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidRepresents the groupRef property of an object.
OptionallabelShrink?: booleanRepresents the optional property to shrink the label of a field.
OptionalnoDeselect?: booleanRepresents an optional property "noDeselect" of a PickProp object.
Optionaloutlined?: booleanType declaration for the outlined property of the PickProp utility.
This utility allows you to pick a specific property from a given type and create a new type with only that property.
Optionalplaceholder?: stringRetrieves the "placeholder" property of the provided PickProp type, which is a property value of type string.
Optionalreadonly?: booleanRepresents the 'readonly' property of an object, extracted using the 'PickProp' utility type.
Optionaltitle?: stringReturns the value of the "title" property from an object of type IField<Data, Payload>.
Optionaltr?: Represents the "tr" property of an object.
Optionalvalidation?: IValidationValidation factory config
OptionalvirtualListBox?: booleanRepresents the configuration options for a virtual list box component.
Represents a private interface for a Yes/No field
Represents a Yes/No field component.