A big misunderstanding about HTML checkbox
Today it turns out I got a big misunderstanding of HTML checkbox. I thought <input type=”checkbox” value=”1″> will check the box, while <input type=”checkbox” value=”0″> will uncheck the box. Unfortunately, […]