clonefish logo

input type=checkbox, checkbox checked unchecked selected

inputCheckbox

A simple checkbox, like this: .
You can specify 'on' and 'off' values for unchecked and checked checkboxes which will be returned by $clonefish->getElementValues().

According to the HTML specification, the unchecked checkbox values are missing when forms are submitted. Fortunately, Clonefish handles these cases well.