🔤x-bind:value

Overview

Bind the value attribute of an input element to an expression.

Example

<input type="checkbox" x-bind:value="option.value">

Last updated