check(); } public function rules(): array { return [ 'appearance' => ['required', Rule::in(['light', 'dark', 'system'])], ]; } }