Zoho Form - Retrieve Checkbox values

Zoho Form - Retrieve Checkbox values

So I created a form online with 3 check box fields (A, B, C).

Now I want to retrieve  & display that data in the emailer using the field labels.

If I just chose the checkbox label ' ${zf:Checkbox}', it returns all values and displays 'A, B' if the user chooses A & B.  How can I retrieve & display the value A separately, B separately, and C separately?  I want to be able to say, the user chose A on one line and B on another line.