Given `<input type="checkbox" value="foo" checked>` what does `control-value()` resolve to? Currently the spec suggests it would be "foo"? Should be conditional based on whether it's checked like the form submission behaviour? Would it make sense to allow access to the boolean "checked" state (we have `:checked` so I'm guessing not)?