# Error: InvalidExpression

An invalid value was provided to the `data-bind` attribute. The `data-bind` value must be a string, representing the signal name to create and attach two-way binding with the element.

Example:

```html
<input data-bind="signalName"/>
```

See the docs on the [`data-bind`](/reference/attribute_plugins#data-bind) attribute.