public function hiddenWhen($field, $value)
    {
        if (! is_array($value)) {
            $value = [$value];
        }