Check box field in tag panel to add to comment field

Hello,

I have added several check box fields in the tag panel. I have merged all the info into 1 field called "Mix Schedule". Then I want to add the "Mix schedule" into the comment field.
Today it shows 1 and not the word.. like "intronobeat"...any idea ?

see print screen

thanks

Fields of type Check represent a checkbox field, e.g., for COMPILATION which when checked always sets the field contents to 1.

Hello,
With a If () I have been able to display "Intronobeat" in the corresponding field when the checkbox "Intronobeat" is checked.
How can I display the output () of the field "Intronobeat" into the comment field ?
What function should I use ?
thanks

Wow! How do you accomplish this. Is there a tutorial somewhere.
I came on here to request check boxes next to the drop down lists so you can select multiple genres.

You would have to use an action of the type "Format tag field" for COMMENT
Format string: $if($eql(%Intronobeat%,1),Intronobeat[%comment%],%comment%)
But then again - you could write that string to comment directly without the need to remember to execute an action.