Storing Comment Meta as an Array

Make the input names array elements:

<input type="checkbox" name="condition[]"

PHP will convert that on the fly to a real array before you get access to the values.