Checkboxes and Composite Keys – Friends or Foes

What do you think is the best technique in setting up the value of a checkbox if it corresponds to a database record that has a Composite Key?

Should one concatenate the values representing the composite key, then, parse those values again at the server side when the form is submitted? Is there a more elegant teqhnique? Any custom tags perhaps (though doubt their validity for a solution)?