This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
AvatarSlotEquippedToggle component as seen in the Scene Inspector 

The AvatarSlotEquippedToggle component drives one or two booleans to a state depending on if an Component:AvatarObjectSlot is equipped or not.
Fields
| Name | Type | Description | 
|---|---|---|
| persistent | Bool | Determines whether or not this item will be saved to the server. | 
| UpdateOrder | Int | Controls the order in which this component is updated. | 
| Enabled | Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. | 
| ObjectSlot | direct RelayRef`1<AvatarObjectSlot> | The Avatar Object Slot to monitor for equipping status. | 
| EquippedDrive | field drive of Bool | Drives the target bool to true when ObjectSlotis equipped. Otherwise false. | 
| DequippedDrive | field drive of Bool | Drives the target bool to false when ObjectSlotis equipped. Otherwise true. | 
