Closed jaohara closed 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.
<input type="checkbox">
<div>
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.