|string> */ public function rules(): array { return [ 'name' => ['string', 'min:3', 'max:255'], 'checked' => ['boolean'], ]; } }