React/Framer Challenge Webinar 1.1: Toggle

Webinar video


The code for the toggle


Pictures


Assignments

💥 Make sure to complete the assignments before coming to the webinar on Wednesday! A lot more fun stuff ahead, better to lay a solid foundation first.

1. Checkbox

Make a checkbox that works like this (Ignore the green line on the right): 
Hints
  • Use this character inside the box: ╳

Solution (Promise me: don’t peek until you’ve tried your best! 🙂 )

2. Fancier checkbox

Hints
useCycle can be used multiple times

Solution