# File src/Form.rb, line 127
                        def handleResponse(context)
                                val = context.getBinding(@bindings["value"])
                                attrs = {"type", "checkbox",
                                                 "name", context.elementID,
                                                 "value", "checked"}
                                attrs["checked"] = nil if val
                                context.response << openTag(attrs,context)
                        end