Whether the node is checked or in a mixed state.
interface SerializedAXNode { pressed?: boolean | 'mixed'; }