What is the best way to get the equivalent of a checkbox for a bool column?

Working on a .NET pocketpc C# application.

I want to display true/false as checkbox/empty checkbox or some functional
equivalent (true/false doesn't mean anything to my client base)

I'm wondering how other developers achieve this functionality.

My plan is, if the Hittest shows they click on that column, then I will
change the data that is bound to the column so, in effect, I will give them
the functionality of selecting/unselecting it. So my problem is NOT how to
change the data, it is a DISPLAY problem only.