Saving and using Custom Field in user settings/profile “Checkbox list”

Got it – just use this:

<?php $query = new WP_Query( array( 'tag__in' => $tags ) ); ?>

error code: 523