I want to put something on a website where a user can click a check box and that box will stay checked and won't be able to be unchecked unless that specific computer or person unchecks it. For example, there are ten check boxes that are different items. Anyone can claim any number of those items, but once they're claimed no one else can claim them and only the user who claimed it can un-claim it. I really don't have much knowledge of PHP, but I figure i'll have to use cookies or something to know which user can un-check certain boxes.
Thanks for any help.