CHECKED
fFlags |= CHECKED;
fFlags &= ~(uint32)CHECKED;
bool IsChecked() const { return (fFlags & CHECKED); }