In this task, add the lightoff.png icon to the top of the switch app. When the button is selected, the program should switch the label and the icon. Add the blocks from the tray to add the icon to the page. Then, add the ability to change from the lightoff.png icon to the lighton.png icon or from the lighton.png icon to the lightoff.png icon.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Switch to Next Tab CTRL + ]
Switch to Previous TabCTRL + [
Blocks
Hint
Great job!
Try again
Start by adding the icon to the page in Main.quorum. Then add to the behavior in the MyBehaviorBonus.quorum tab. The behavior currently swaps the text in the label. Using the change icon blocks, add to the behavior so the image is also swapped.