Base toggle components
Base toggle components are basic field types that allow the user to toggle between two values, such as true
and false
.
Boolean
Field.Boolean is the base component for receiving user input where the target data is of type `boolean`.
Toggle
Field.Toggle is a base component for allowing the user to toggle between two different values in the target data point.