Checkbox returns an array, but if we have a single checkbox with `data-type="bool"` it would be great to have the value converted to a bool. ```js // Avoid having to do this values.infoupdate = !!values.infoupdate[0] ```