JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" />

    <input type="checkbox" checked="checked"/> 
    <input type="checkbox" checked=undefined />
    <input type="checkbox" checked=null/>
    <input type="checkbox" checked=false/>
    <input type="checkbox" checked="false"/>
    <input type="checkbox" checked=""/>
    <input type="checkbox" checked="foo"/>