Toggle
The Toggle component changes its Out slot value on the rising edge of its In slot. If the Out slot value is true, it changes to false if the In slot changes its value to true (rising edge), and it is held so until the next rising edge of the In slot (changing the In slot value to false takes no effect on the Out slot). If the Out slot value is false, it changes to true if the In slot changes to true (rising edge), and it is held so until the next rising edge of the In slot (changing the In slot value to false takes no effect on the Out slot).

Toggle component
Slots
The Toggle component has the following slots:
Status: shows the component's status;
Out: the Boolean value changed on the rising edge of the In slots;
In: the input slot which changes the Out slot value on the rising edge—the first rising edge switches the Out slot to true, the next rising edge switches it to false, and the sequence recurs.