Converting Your Checkbox to a Web Component


placeholder

This is a premium lesson.

Subscribe to get access to the entire course.

Sign up now

Remember the HTML checkbox from a few lessons ago?

the checkbox element

Now that you’ve learned some web component fundamentals, it’s time for you to migrate it over to a web component.

You’re also going to set up the repo for your component library that you’ll be building over the course of Component Odyssey.

Your Component Library Repo

I’ll provide you with a base repo that you can clone to your computer, and over the entirety of the course, you’ll be building out your code in this repo until you have a suite of robust components.

Let’s take a tour of the starter repo

It’s split up into two folders:

The “code” folder is where you’ll be writing your code. The