Dynamically (un)set a checkbox with a formula
I know this feature is currently not available, however, I do wonder why not. I'd like to set or unset a checkbox by assigning a formula to the checkbox that returns TRUE or FALSE. If I first create a cell with the formula I want, it will toggle between TRUE and FALSE as I change the inputs to the formula. However, when I change the data format of the cell to checkbox the checkbox is checked if the current value is TRUE (or unchecked if it is FALSE). From that point onward the checkbox is static and only changes to manual input. Switching back to automatic formatting presents either TRUE or FALSE values. The original boolean expression (formula) is lost.
I know there all sorts of kluge workarounds to get something roughly equivalent visually, but none of those (character approximations) are easily used in subsequent boolean calculations.
So my question is, Why can't the Apple Numbers team implement a dynamic checkbox by allowing an underlying formula? Or implement, a slightly different checkbox that locks out manual toggling?