form->outlet_ids = array_keys($this->outlets); } public function deselectAll() { $this->form->outlet_ids = []; } }