I made a new description box with interests for the users, but it only shows one ticked box on the profile.

I added this into the BxBaseProfileView.php but since it is not a memo box but a "set of checkboxes" it doesn't seem to be working. Any suggestions?

// START ADDED CUSTOM FIELD MEMO TO SHOW IN PROFILE VIEW
if( strlen( $this -> _aProfile['Interest'] ) )
{
$text = '<div class="discr">' . process_smiles( process_text_output( $this -> _aProfile['Interest'] ) ) . '</div>';
echo DesignBoxContent( _t( "_Interest" ), $text, 1 );
}
// END ADDED CUSTOM FIELD MEMO TO SHOW IN PROFILE VIEW

I am using 6.0.3