How to build a Checkbox with React.
Hello ๐๐ผ
I will walk you through building a simple checkbox input.
Initial Setup
First, initialize a React project โ๏ธ with CRA(create-react-app) and remove all the boilerplate code in the source project.
Now we can create a basic checkbox componen...
qualbean.hashnode.dev3 min read