jq-alfa-checkbox.js

<form method="post" > using this plugin, sends data from ALL checkboxes as string "true or "false"
default behaviour of <input type="checkbox" > sends ONLY checked items as string "on" loosing data of unchecked items

data field 1

data field 2 disabled

    (with <label> tag)

data field 5

data field 6



dataField1 set true   set false

dataField2 set true   set false     (disabled)

dataField3 set true   set false



see alfalabs github repository for this project.