x-bind:checked

Overview

Bind the checked attribute of a checkbox element to an expression.

Example

<input type="checkbox" x-bind:checked="is_complete">

Last updated