← Playground index

Checkbox observe (partial submit)

A checkbox watched by an AjaxObserveField doing a partial submit. Toggling it must round-trip BOTH ways: an unchecked box submits nothing (so the server reads it as off), a checked box submits its value. The server-side state echoes into the container below.

Server sees the checkbox as: ON

Observed changes server-side: 0