jaohara / ui-component-library

A Component library for various UI elements that I have built for use in my personal projects.
0 stars 0 forks source link

Implement Checkbox #18

Closed jaohara closed 8 months ago

jaohara commented 8 months ago

Created very basic implementation using an HTML <input type="checkbox"> internally. Eventually I want to update this to use a custom checkbox created via a <div> and hidden checkbox, but for now it behaves as expected.