Why do my checkboxes always show truthy value in ReactJS?
I have an app and local checkboxes works just fine, but when I push my code to production, checkboxes always shows true (checked) even though the value is false, when I console.log it. Any idea why is this happening? I'm using Bootstrap 4. Here is my gist