I have a form with a multiple select like this:
.form-row__select = f.collection_check_boxes(:game_ids, @games, :id, :name)
The collecti