I'm planning to eventually have a window for toggling attributes or selecting objects in a list by way of check boxes along side the listing.

Now the list could be up to whatever can be represented by a unsigned short int, so that could be up to 65-thousand and change.

What would be a good strategy to do this?

Thanks in advance