Well, a checkbox is able to show .null., but if you click it, it will only switch fbetwenn .t. to .f., never return to .null. or 2.
Neil has shown you a way. Even if you keep the native checkbox a user can enter .null. by just having it in focus and pressing CTRL+0. By the way this is also possible with other controls. Beware, that not nullable fields will throw errors when set to null. You normally turn this feature off with ON KEY LABEL CTRL+0 * to prevent bad things happening.
Bye, Olaf.