checkboxes in table view

i’ve got a tableview of such-and-such a data source, and i was wondering how to make one of the data columns a checkbox (and also, i suppose, how to interface with its state).

To make a table column display a checkbox (or some other supported control), you need to set the column’s data cell to the appropriate control formatter in IB. For more information on using checkbox cells, take a look at my Checkbox Cells example.

Jon

thanks a lot!