My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Why do my checkboxes always show truthy value in ReactJS?

Saša Fišter's photo
Saša Fišter
·Sep 20, 2017

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

gist.github.com/sasafister/b471cdd05bbbb5d7..