Testing if $checked works on computed results vs direct Cell maps
$checked on items.map() - direct Cell access
{items.map((item) => ($checked on activeItems.map() - computed result. Superstition says this should cause ReadOnlyAddressError.
{activeItems.map((item) => (
{`Section A: Checkboxes should toggle (direct Cell)
Section B: Should FAIL with ReadOnlyAddressError (if superstition is true)
OR work fine (if superstition is wrong)`}