The properties for the Switch field.
Represents the properties for a switch field component.
Optionaldisabled?: booleanRepresents the 'disabled' property of a field in a form.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidRetrieves the 'groupRef' property from an object based on the given type.
Optionalreadonly?: booleanRepresents the readonly property of an IField object.
OptionalswitchActiveLabel?: stringGets the value of the switchActiveLabel property from the given field.
OptionalswitchNoColor?: booleanThe switchNoColor property of the Field interface.
Optionaltitle?: stringRetrieves the value of the 'title' property from an object of type IField<Data, Payload>.
Represents a private interface for a switch field.
A Switch component wrapped in a SwitchField component.
Renders a Switch field component.