Bind the checked attribute of a checkbox element to an expression.
<input type="checkbox" x-bind:checked="is_complete">
Last updated 2 years ago